Highlights this edge with the specified color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Display( _
ByVal Width As Integer, _
ByVal Red As Double, _
ByVal Green As Double, _
ByVal Blue As Double, _
ByVal HighlightState As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEdge
Dim Width As Integer
Dim Red As Double
Dim Green As Double
Dim Blue As Double
Dim HighlightState As 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