CADability dotNET
Initializes a new instance of the GeoPointHotSpot class

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

Syntax

C#
public GeoPointHotSpot(
	GeoPoint position
)
Visual Basic
Public Sub New ( _
	position As GeoPoint _
)
Visual C++
public:
GeoPointHotSpot(
	GeoPoint position
)

Parameters

position
Type: CADability..::..GeoPoint

See Also