CFF2MainSystemCoordinate Property |
The type of coordinate system.
Namespace:
Aspose.CAD.FileFormats.CFF2
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CFF2SystemCoordinate SystemCoordinate { get; set; }
Public Property SystemCoordinate As CFF2SystemCoordinate
Get
Set
public:
property CFF2SystemCoordinate SystemCoordinate {
CFF2SystemCoordinate get ();
void set (CFF2SystemCoordinate value);
}
member SystemCoordinate : CFF2SystemCoordinate with get, set
Property Value
Type:
CFF2SystemCoordinate
See Also