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