Get Method (Int32)
  Get the cell content associated to the given index (1 dim. array). 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
    C#
   
  public XPRMValue Get( int ndx )
Parameters
- ndx
 - 
   Type: 
   SystemInt32
   
Array index 
Return Value
Type: XPRMValueCell associated to the given index
| Exception | Condition | 
|---|---|
| XPRMException | If this is not a one-dimensional array | 
