Click or drag to resize

CommandListGetLabelIndex 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.4.1
Syntax
C#
public int? GetLabelIndex(
	string label
)

Parameters

label  String

Return Value

NullableInt32
The label's position index, or null if the label has not been defined.
See Also