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
7a95679f 7ef7 d7e0 cbee 74940d2f446d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines a header variable.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class HeaderVariable
VB
Public Class HeaderVariable
C++
public ref class HeaderVariable
F#
type HeaderVariable = class end
Inheritance | Object → HeaderVariable |
HeaderVariable | Initializes a new instance of the HeaderVariable class. |
GroupCode | Gets the header variable group code. |
Name | Gets the header variable name. |
Value | Gets the header variable stored value. |
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 header variable. (Overrides Object.ToString()) |