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

C#
public virtual XPRMValue Get( int index )
Parameters
- index
-
Type:
SystemInt32
Index into set
Return Value
Type: XPRMValueElement associated to the given index
