Gets or sets the name of the document.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
PROPERTY Name AS STRING GET SET
Property Value
Type:
StringRemarks
When a file is loaded this field is equals the file name without extension.
See Also