CADability dotNET
Constructs a GeneralGeoVectorAction to modify the provided GeoVectorProperty

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

Syntax

C#
public GeneralGeoVectorAction(
	GeoVectorProperty ToModify,
	GeoPoint basePoint
)
Visual Basic
Public Sub New ( _
	ToModify As GeoVectorProperty, _
	basePoint As GeoPoint _
)
Visual C++
public:
GeneralGeoVectorAction(
	GeoVectorProperty^ ToModify, 
	GeoPoint basePoint
)

Parameters

ToModify
Type: CADability.UserInterface..::..GeoVectorProperty
Property to modify
basePoint
Type: CADability..::..GeoPoint
A basePoint for the modification

See Also