Highlights this edge with the specified color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Display( _
ByVal Width As System.Integer, _
ByVal Red As System.Double, _
ByVal Green As System.Double, _
ByVal Blue As System.Double, _
ByVal HighlightState As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEdge
Dim Width As System.Integer
Dim Red As System.Double
Dim Green As System.Double
Dim Blue As System.Double
Dim HighlightState As System.Boolean
instance.Display(Width, Red, Green, Blue, HighlightState) |
Parameters
- Width
- Highlight width
- Red
- Red value of RGB value for the color, between 0 and 1
- Green
- Green value of RGB value for the color, between 0 and 1
- Blue
- Blue value if RGB value for the color, between 0 and 1
- HighlightState
- True if the edge is highlighted, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0