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

ddafc4ea 14bb c6ce a3bf 5420701d86de

haplokuon edited this page May 6, 2023 · 1 revision

GroupCode Property

netDxf 3.0.0 Library

Gets the header variable group code.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public short GroupCode { get; }

VB

Public ReadOnly Property GroupCode As Short
	Get

C++

public:
property short GroupCode {
	short get ();
}

F#

member GroupCode : int16 with get

Property Value

Int16

See Also

Reference

HeaderVariable Class
netDxf.Header Namespace

Clone this wiki locally