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 411
f8592df3 aabb fc75 16dd 2c7fabb614d4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the color index.
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
Int16
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.