Gets or set the XData code.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public XDataCode Code { get; }
Public ReadOnly Property Code As XDataCode
Get
public:
property XDataCode Code {
XDataCode get ();
}
member Code : XDataCode with get
PROPERTY Code AS XDataCode GET
Property Value
Type:
XDataCodeRemarks The only valid values are the ones defined in the
XDataCode class.
See Also