Gocator API
|
kStatus GoTool_AddMeasurement | ( | GoTool | tool, |
kType | type, | ||
kBool | isFilterable, | ||
GoMeasurement * | measurement | ||
) |
Adds the given measurement to the tool set.
tool | GoTool object. |
type | The type of the measurement. |
isFilterable | Indicates whether the measurement can be toggled and filtered; |
measurement | A pointer to hold a reference to the created measurement (can be null). |