2.2.3.19.24 vectorbase::GetSourceDataRange

Description

To get the DataRange from a vector when the vector is an input/output variable in X-Function framework.

Syntax

DataRange GetSourceDataRange( )

Parameters

Return

Examples

EX1

// XFunction body
void vectorbase_GetSourceDataRange_ex1(const vector& vIn, vector& vOut)
{
    DataRange drIn;
    drIn = vIn.GetSourceDataRange();
    DataRange drOut;
    drOut = vOut.GetSourceDataRange();
}

Remark

See Also

Header to Include

origin.h