Angular2LineDimensionEndSecondLine Property
|
End
point of the second line that defines the angle to measure in OCS (object coordinate system).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 EndSecondLine { get; set; }
Public Property EndSecondLine As Vector2
Get
Set
public:
property Vector2 EndSecondLine {
Vector2 get ();
void set (Vector2 value);
}
member EndSecondLine : Vector2 with get, set
PROPERTY EndSecondLine AS Vector2 GET SET
Property Value
Type:
Vector2See Also