Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkToolVersionInfo_AddOutput ( GdkToolVersionInfo  versionInfo,
GdkDataType  dataType,
const kChar name,
const kChar label,
GdkOutputInfo outputInfo 
)

Adds a data output to a tool with the specified data type.

Parameters
versionInfoVersion info object.
dataTypeTool data output type. The following types are supported:
nameName of the output type.
labelLabel of the output.
outputInfoPointer to receive the new data output's info object. It is based on the dataType and should be one of the following: GdkMeasurementInfo GdkFeatureInfo GdkToolDataOutputInfo
Returns
Operation status.