CADability dotNET
Constructs a GeneralGeoPointAction giving the initial Value of the point. This value will be used in the SetGeoPointEvent when the user presses ESC

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

Syntax

C#
public GeneralGeoPointAction(
	GeoPoint initialGeoPointValue
)
Visual Basic
Public Sub New ( _
	initialGeoPointValue As GeoPoint _
)
Visual C++
public:
GeneralGeoPointAction(
	GeoPoint initialGeoPointValue
)

Parameters

initialGeoPointValue
Type: CADability..::..GeoPoint
initial value of the GeoPoint

See Also