Gets the ID for the specified markup comment.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CommentID( _
ByVal As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim CommentIndex As Integer
Dim value As Integer
value = instance.CommentID(CommentIndex)
|
C# | |
---|
int CommentID(
int
) {get;} |
C++/CLI | |
---|
property int CommentID {
int get(int );
} |
Parameters
- CommentIndex
Index number of the markup comment to get
Return Value
ID of markup comment specified by CommentIndex
Remarks
See Also
Availability
SolidWorks eDrawings API 2005 SP0