CommandListGetLabelIndex Method |
Gets the position index of the label within the list.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public int? GetLabelIndex(
string label
)
Parameters
- label String
Return Value
NullableInt32The label's position index, or null if the label has not been defined.
See Also