SetColor Method (IColorPicker) Send Feedback
See Also  Example
Color
LineColor
Sets the specified LineColor.

Syntax

Visual Basic 
Sub SetColor( _
   ByVal Color As Color _
) 
C# 
void SetColor( 
   Color Color
)
JavaScript 
SetColor( 
   Color : dsColor
)
COM native C++ 
HRESULT SetColor( 
   IColor* Color
) 
C++ 
DSRESULT SetColor( 
   dsColor* Color
) 

Parameters

Color
LineColor

Example

Remarks

Call IColorPicker::Execute after calling this method.
 

See Also

Availability

DraftSight V1R5.0