DXFReaderNETControlDXF Property
|
The DXF document currently loaded/displayed in the control.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public DxfDocument DXF { get; set; }
Public Property DXF As DxfDocument
Get
Set
public:
property DxfDocument^ DXF {
DxfDocument^ get ();
void set (DxfDocument^ value);
}
member DXF : DxfDocument with get, set
PROPERTY DXF AS DxfDocument GET SET
Property Value
Type:
DxfDocumentRemarks
See the
DxfDocument class for any info about the DXF document.
See Also