Gets the external reference path name.
Namespace:
DXFReaderNET.Blocks
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string XrefFile { get; }
Public ReadOnly Property XrefFile As String
Get
public:
property String^ XrefFile {
String^ get ();
}
member XrefFile : string with get
PROPERTY XrefFile AS STRING GET
Property Value
Type:
StringRemarks
This property is only applicable to externally referenced blocks.
See Also