Gets color code from selected CAD data LTCustomizer21 for AutoCAD LT reference manual
ActiveX
Function get_select_color(ename As Integer) As String
C/C++
int WINAPI LTC_get_select_color(int ename,BSTR *color);
parameter
ename :index number read by select(). Specifies a value in range of 0 -
return value of select() -1.
color(C/C++):color code
return value
ActiveX:color code
C/C++: 1:success 0: failure
This function is equal to following code.
get_select_data(ename, 62)