Gets the ID for the specified markup comment on 64-bit systems.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CommentIDx64( _
ByVal As System.Integer _
) As System.Long |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim CommentIndex As System.Integer
Dim value As System.Long
value = instance.CommentIDx64(CommentIndex) |
C# | |
---|
System.long CommentIDx64(
System.int
) {get;} |
C++/CLI | |
---|
property System.int64 CommentIDx64 {
System.int64 get(System.int );
} |
Parameters
- CommentIndex
Index number of the markup comment to get on 64-bit systems
Property Value
ID of markup comment specified by CommentIndex
Remarks
See Also
Availability
eDrawings API 2011 SP01