ClassApplicationName Property
|
Gets or sets the class definition application name.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string ApplicationName { get; set; }
Public Property ApplicationName As String
Get
Set
public:
property String^ ApplicationName {
String^ get ();
void set (String^ value);
}
member ApplicationName : string with get, set
PROPERTY ApplicationName AS STRING GET SET
Property Value
Type:
StringSee Also