CADability dotNET

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void Init(
	Point SourcePoint,
	Projection projection,
	SnapPointFinder..::..SnapModes SnapMode,
	int MaxDist,
	GeoPoint BasePoint
)
Visual Basic
Public Sub Init ( _
	SourcePoint As Point, _
	projection As Projection, _
	SnapMode As SnapPointFinder..::..SnapModes, _
	MaxDist As Integer, _
	BasePoint As GeoPoint _
)
Visual C++
public:
void Init(
	Point SourcePoint, 
	Projection^ projection, 
	SnapPointFinder..::..SnapModes SnapMode, 
	int MaxDist, 
	GeoPoint BasePoint
)

See Also