LinearDimensionSecondReferencePoint Property
|
Gets or sets the second definition point of the dimension in OCS (object coordinate system).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector2 SecondReferencePoint { get; set; }
Public Property SecondReferencePoint As Vector2
Get
Set
public:
property Vector2 SecondReferencePoint {
Vector2 get ();
void set (Vector2 value);
}
member SecondReferencePoint : Vector2 with get, set
PROPERTY SecondReferencePoint AS Vector2 GET SET
Property Value
Type:
Vector2See Also