HeaderVariablesCustomProperties Property
|
A dictionary containg the custom properties of a drawing.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Dictionary<string, string> CustomProperties { get; set; }
Public Property CustomProperties As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ CustomProperties {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member CustomProperties : Dictionary<string, string> with get, set
PROPERTY CustomProperties AS Dictionary<STRING, STRING> GET SET
Property Value
Type:
DictionaryString,
StringSee Also