schGetWireColor
schGetWireColor(d_wireId) =>t_colorName/ nil
Description
Returns the color used to draw a wire segment.
Arguments
Value Returned
|
The wire's color. Colors are referred to by the names defined in the Display Resource File. |
|
|
Either the wireId is not a wire segment or the color of the wire could not be retrieved. |
Examples
schGetWireColor( car( geGetSelectedSet () ) )
Related Topics
Return to top