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