Click or drag to resize

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; }

Property Value

Type: DictionaryString, String
See Also