Gets or sets the color index.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short Index { get; set; }
Public Property Index As Short
Get
Set
public:
property short Index {
short get ();
void set (short value);
}
member Index : int16 with get, set
PROPERTY Index AS SHORT GET SET
Property Value
Type:
Int16Remarks
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