CadLayoutUcsOrigin Property |
Gets or sets the UCS origin.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic Cad3DPoint UcsOrigin { get; set; }
Public Property UcsOrigin As Cad3DPoint
Get
Set
public:
property Cad3DPoint^ UcsOrigin {
Cad3DPoint^ get ();
void set (Cad3DPoint^ value);
}
member UcsOrigin : Cad3DPoint with get, set
Property Value
Type:
Cad3DPoint
The UCS origin.
See Also