Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetColors(
        short[] colors
)
 
Public Sub SetColors ( 
        colors As Short()
)
 
public:
void SetColors(
        array<short>^ colors
)
 
member SetColors : 
        colors : int16[] -> unit 
 
 
 
Parameters
- colors
 
- Type: SystemInt16
 
 
See Also