DxfObjectCodeName Property
|
Gets the dxf entity type string.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string CodeName { get; }
Public ReadOnly Property CodeName As String
Get
public:
property String^ CodeName {
String^ get ();
}
member CodeName : string with get
PROPERTY CodeName AS STRING GET
Property Value
Type:
StringRemarks Returned values could be "ARC", "LINE", etc.
See Also