HeaderVariablesUCSorthoref Property
|
If model space UCS is orthographic (UCSORTHOVIEW not equal to 0), this is the name of the UCS that the orthographic UCS is relative to.If blank, UCS is relative to WORLD
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string UCSorthoref { get; set; }
Public Property UCSorthoref As String
Get
Set
public:
property String^ UCSorthoref {
String^ get ();
void set (String^ value);
}
member UCSorthoref : string with get, set
PROPERTY UCSorthoref AS STRING GET SET
Property Value
Type:
StringSee Also