DictionaryObjectEntries Property
|
Gets the entries dictionary (key: owner entry handle, value: name)
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Dictionary<string, string> Entries { get; }
Public ReadOnly Property Entries As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Entries {
Dictionary<String^, String^>^ get ();
}
member Entries : Dictionary<string, string> with get
PROPERTY Entries AS Dictionary<STRING, STRING> GET
Property Value
Type:
DictionaryString,
StringSee Also