Gets or sets the ellipse
center.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 Center { get; set; }
Public Property Center As Vector3
Get
Set
public:
property Vector3 Center {
Vector3 get ();
void set (Vector3 value);
}
member Center : Vector3 with get, set
PROPERTY Center AS Vector3 GET SET
Property Value
Type:
Vector3Remarks The center Z coordinate represents the elevation of the arc along the normal.
See Also