Displays the specified markup comment.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ShowComment( _
ByVal As Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim CommentID As Integer
instance.ShowComment(CommentID)
|
C# | |
---|
void ShowComment(
int
) |
C++/CLI | |
---|
void ShowComment(
& int
) |
Parameters
- CommentID
- ID of markup comment to display
Remarks
See Also
Availability
SolidWorks eDrawings API 2005 SP0