next up previous contents
Next: ADI_PUT Up: Data Access Previous: ADI_GET1

ADI_GETN

  Interface

    adi_getn<t>( id, mxndim, maxdims, value, actdims, status )

     >integer            id                    ; the object identifier
     >integer            maxndim               ; max dimensionality to read
     >integer            maxdims(*)            ; max number of values to read
     <type               value(maxval)         ; object values
     <integer            actndim               ; max dimensionality to read
     <integer            actdims(*)            ; actual values read

  Description

    Returns the value of a n-D object, or of a class instance with only 
    one data member whose value is n-D.

  Errors

    ADI__INVOBJ          Invalid ADI object identifier



Web Master
Wed Oct 8 09:22:23 BST 1997