Initializing help system before first use

Get Method

Get the element associated to the given index. Throws an exception if the index corresponds to no element in the set

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public virtual XPRMValue Get(
	int index
)

Parameters

index
Type:  SystemInt32
Index into set

Return Value

Type:  XPRMValue
Element associated to the given index
See Also