EllipseStartPoint Property
|
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 StartPoint { get; }
Public ReadOnly Property StartPoint As Vector3
Get
public:
property Vector3 StartPoint {
Vector3 get ();
}
member StartPoint : Vector3 with get
PROPERTY StartPoint AS Vector3 GET
Property Value
Type:
Vector3Remarks This value is meaningful only if the actual instance is not a full ellipse.
See Also