This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 DimensionStyleOverrideVB
Public Class DimensionStyleOverrideC++
public ref class DimensionStyleOverrideF#
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()) |