AciColorFromCadIndex Method
|
Gets the
color from an index.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static AciColor FromCadIndex(
short index
)
Public Shared Function FromCadIndex (
index As Short
) As AciColor
public:
static AciColor^ FromCadIndex(
short index
)
static member FromCadIndex :
index : int16 -> AciColor
STATIC METHOD FromCadIndex(
index AS SHORT
) AS AciColor
Parameters
- index
- Type: SystemInt16
A CAD indexed AciColor index.
Return Value
Type:
AciColorA
color.
Remarks
Accepted index values range from 0 to 256. An index 0 represents a ByBlock color and an index 256 is a ByLayer color;
any other value will return one of the 255 indexed AciColors.
See Also