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 407
f8633f81 f636 6ec9 0ae3 fe9b029f56d7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "T:netDxf.Tables.DimensionStyleOverrideChangeEventArgs"]
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class DimensionStyleOverrideChangeEventArgs : EventArgs
VB
Public Class DimensionStyleOverrideChangeEventArgs
Inherits EventArgs
C++
public ref class DimensionStyleOverrideChangeEventArgs : public EventArgs
F#
type DimensionStyleOverrideChangeEventArgs =
class
inherit EventArgs
end
Inheritance | Object → EventArgs → DimensionStyleOverrideChangeEventArgs |
DimensionStyleOverrideChangeEventArgs | Initializes a new instance of DimensionStyleOverrideChangeEventArgs . |
Item | Gets the DimensionStyleOverride that is being added or removed. |
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 | Returns a string that represents the current object. (Inherited from Object) |