IColorPicker Interface Send Feedback
See Also  Members   Example
Allows access to the DraftSight color picker, which assigns LineColors to drawing entities directly, by Layer, or by Block.

Syntax

Visual Basic 
Public Interface IColorPicker 
C# 
public interface IColorPicker 
JavaScript 
Object dsColorPicker
COM native C++ 
interface IColorPicker
C++ 
class dsColorPicker

Example

Remarks

This interface corresponds to clicking Format > Line Color in the DraftSight user interface.

Accessors

Object Model

See Also