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