IOPoint * CreateAnalogOutput ( IO io,
long  analogChannel 
) [static]
Description:
Parameters:
io
analogChannelThe analog channel number relative to the entire I/O node
Returns:
(IOPoint*) A pointer to the newly created IOPoint.
Sample Code:
Create a new IOPOint...
  // -- C++ -- //
  IOPoint *myInput = IOPoint:CreateAnalogOutput(io, 7);
Notes: