Highlights the vertex in the specified color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Display( _
ByVal TopDoc As ModelDoc2, _
ByVal Color As System.Integer, _
ByVal Scale As System.Double, _
ByVal HighlightState As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IVertex
Dim TopDoc As ModelDoc2
Dim Color As System.Integer
Dim Scale As System.Double
Dim HighlightState As System.Boolean
instance.Display(TopDoc, Color, Scale, HighlightState) |
Parameters
- TopDoc
- Model in which to display the vertex
- Color
COLORREF value for highlighting
- Scale
Radius of the circle used to display the vertex
NOTE: Vertex is displayed as a circle. By default, the radius is 4 pixels. Therefore, a scale of 1 is equal to 4 pixels.
- HighlightState
True to highlight the vertex, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0