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 415
65c7f12f 510e 6636 5aa1 e0629277329d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the color from an index.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static AciColor FromCadIndex(
short index
)
VB
Public Shared Function FromCadIndex (
index As Short
) As AciColor
C++
public:
static AciColor^ FromCadIndex(
short index
)
F#
static member FromCadIndex :
index : int16 -> AciColor
- Int16
- A CAD indexed AciColor index.
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.