This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
46625200 0572 9b11 5bcd e1ae43200c3e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents a dimension style value that overrides a property of the style associated with a dimension.
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 |
DimensionStyleOverride | Initializes a new instance of DimensionStyleOverride . |
Type | Gets the type of the dimension style to override. |
Value | Gets the value of the dimension style to override. |
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()) |