Displays the specified markup comment on 64-bit systems.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ShowCommentx64( _
ByVal As Long _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEModelMarkupControl
Dim CommentIDx64 As Long
instance.ShowCommentx64(CommentIDx64)
|
C# | |
---|
void ShowCommentx64(
long
) |
C++/CLI | |
---|
void ShowCommentx64(
& long long
) |
Parameters
- CommentIDx64
- ID of markup comment to display on 64-bit systems
Remarks
See Also
Availability
SolidWorks eDrawings API 2011 SP01