CADability dotNET
Initializes a new instance of the ConstructDirectionTwoPoints class

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

Syntax

C#
public ConstructDirectionTwoPoints(
	GeoVectorProperty vectorProperty
)
Visual Basic
Public Sub New ( _
	vectorProperty As GeoVectorProperty _
)
Visual C++
public:
ConstructDirectionTwoPoints(
	GeoVectorProperty^ vectorProperty
)

See Also