Click or drag to resize

DimensionStyleOverrideDictionaryTypes Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets an ICollection containing the types of the current dictionary.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ICollection<DimensionStyleOverrideType> Types { get; }
Request Example View Source

Property Value

Type: ICollectionDimensionStyleOverrideType
See Also