Click or drag to resize

AciColorIndex Property

Gets or sets the color index.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short Index { get; set; }

Property Value

Type: 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