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

f8592df3 aabb fc75 16dd 2c7fabb614d4

haplokuon edited this page May 6, 2023 · 1 revision

Index Property

netDxf 3.0.0 Library

Gets or sets the color index.

Definition

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

C#

public short Index { get; set; }

VB

Public Property Index As Short
	Get
	Set

C++

public:
property short Index {
	short get ();
	void set (short value);
}

F#

member Index : int16 with get, set

Property Value

Int16

Remarks

Accepted color index values range from 1 to 255. Indexes from 1 to 255 represents a color, the index 0 and 256 are reserved for ByLayer and ByBlock colors.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally