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

7a95679f 7ef7 d7e0 cbee 74940d2f446d

haplokuon edited this page May 6, 2023 · 1 revision

HeaderVariable Class

netDxf 3.0.0 Library

Defines a header variable.

Definition

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

Constructors

HeaderVariable Initializes a new instance of the HeaderVariable class.

Properties

GroupCode Gets the header variable group code.
Name Gets the header variable name.
Value Gets the header variable stored value.

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 header variable.
(Overrides Object.ToString())

See Also

Reference

netDxf.Header Namespace

Clone this wiki locally