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