Show / Hide Table of Contents

Class DimensionStyleOverride

Represents a dimension style value that overrides a property of the style associated with a dimension.

Inheritance
System.Object
DimensionStyleOverride
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public class DimensionStyleOverride

Constructors

| Improve this Doc View Source

DimensionStyleOverride(DimensionStyleOverrideType, Object)

Initializes a new instance of DimensionStyleOverride.

Declaration
public DimensionStyleOverride(DimensionStyleOverrideType type, object value)
Parameters
Type Name Description
DimensionStyleOverrideType type

Type of the dimension style to override.

System.Object value

Value of the dimension style to override.

Properties

| Improve this Doc View Source

Type

Gets the type of the dimension style to override.

Declaration
public DimensionStyleOverrideType Type { get; }
Property Value
Type Description
DimensionStyleOverrideType
| Improve this Doc View Source

Value

Gets the value of the dimension style to override.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

ToString()

Obtains a string that represents the actual dimension style override.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string text.

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX