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 System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As System.Integer
Dim value As System.String
instance.Label2(RowID) = value
value = instance.Label2(RowID) |
C# | |
---|
System.string Label2(
System.int RowID
) {get; set;} |
C++/CLI | |
---|
property System.String^ Label2 {
System.String^ get(System.int RowID);
void set (System.int RowID, System.String^ value);
} |
Parameters
- RowID
- Row for label
Property Value
Text for label
Example
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15