Click or drag to resize

CommandList.GetLabelIndex Method

Gets the position index of the label within the list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.1
Syntax
C#
public int? GetLabelIndex(
	string label
)

Parameters

label  String

Return Value

Nullable<Int32>
The label's position index, or null if the label has not been defined.
See Also