Click or drag to resize

DimensionStyleOverride Class

Represents a dimension style value that overrides a property of the style associated with a dimension.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.TablesDimensionStyleOverride

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class DimensionStyleOverride

The DimensionStyleOverride type exposes the following members.

Constructors
  NameDescription
Public methodDimensionStyleOverride
Initializes a new instance of DimensionStyleOverride.
Top
Properties
  NameDescription
Public propertyType
Gets the type of the dimension style to override.
Public propertyValue
Gets the value of the dimension style to override.
Top
Methods
See Also