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