CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the GeneralLengthAction class
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeneralLengthAction( LengthProperty lengthProperty, GeoPoint linePoint, GeoVector lineDirection ) |
| Visual Basic |
|---|
Public Sub New ( _ lengthProperty As LengthProperty, _ linePoint As GeoPoint, _ lineDirection As GeoVector _ ) |
| Visual C++ |
|---|
public: GeneralLengthAction( LengthProperty^ lengthProperty, GeoPoint linePoint, GeoVector lineDirection ) |
Parameters
- lengthProperty
- Type: CADability.UserInterface..::..LengthProperty
- linePoint
- Type: CADability..::..GeoPoint
- lineDirection
- Type: CADability..::..GeoVector