Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

46625200 0572 9b11 5bcd e1ae43200c3e

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleOverride Class

netDxf 3.0.0 Library

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

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class DimensionStyleOverride

VB

Public Class DimensionStyleOverride

C++

public ref class DimensionStyleOverride

F#

type DimensionStyleOverride = class end
Inheritance Object → DimensionStyleOverride

Constructors

DimensionStyleOverride Initializes a new instance of DimensionStyleOverride.

Properties

Type Gets the type of the dimension style to override.
Value Gets the value of the dimension style to override.

Methods

Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Obtains a string that represents the actual dimension style override.
(Overrides Object.ToString())

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally