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

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

Parameters
infoInfo object.
dataTypeTool data output type of type GdkDataType. 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.