AttributeFirstAlignmentPoint Property
|
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 FirstAlignmentPoint { get; set; }
Public Property FirstAlignmentPoint As Vector3
Get
Set
public:
property Vector3 FirstAlignmentPoint {
Vector3 get ();
void set (Vector3 value);
}
member FirstAlignmentPoint : Vector3 with get, set
PROPERTY FirstAlignmentPoint AS Vector3 GET SET
Property Value
Type:
Vector3See Also