|
Gocator Development Kit
|
| 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.
| versionInfo | Version info object. |
| dataType | Tool data output type. The following types are supported:
|
| name | Name of the output type. |
| label | Label of the output. |
| outputInfo | Pointer 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 |