Gets or sets the text for the label in the specified row of this callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Label2( _
ByVal RowID As Integer _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As Integer
Dim value As String
instance.Label2(RowID) = value
value = instance.Label2(RowID)
|
C# | |
---|
string Label2(
int RowID
) {get; set;} |
C++/CLI | |
---|
property String^ Label2 {
String^ get(int RowID);
void set (int RowID, String^ value);
} |
Parameters
- RowID
- Row for label
Return Value
Text for label
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15