XFieldDefStateName Method |
Gets the State name.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string StateName(
int p_Idx
)
Public Function StateName (
p_Idx As Integer
) As String
Parameters
- p_Idx
- Type: SystemInt32
Index of the state.
Return Value
Type:
StringThe State name.
See Also