Gets the text item corresponding to the specified index from a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCompoundTextAtIndex( _
ByVal Index As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim Index As Integer
Dim value As String
value = instance.GetCompoundTextAtIndex(Index)
|
C# | |
---|
string GetCompoundTextAtIndex(
int Index
) |
C++/CLI | |
---|
String^ GetCompoundTextAtIndex(
& int Index
) |
Parameters
- Index
- Index of the text item in the compound note; index is 1-based
Return Value
Text corresponding to specified index
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0