10 #ifndef GO_EXTMEASUREMENT_H
11 #define GO_EXTMEASUREMENT_H
14 #include <GoSdk/Tools/GoExtParams.h>
27 GoFx(const
kChar*) GoExtMeasurement_Type(GoExtMeasurement measurement);
37 GoFx(
kSize) GoExtMeasurement_CustomParameterCount(GoExtMeasurement measurement);
48 GoFx(GoExtParam) GoExtMeasurement_CustomParameterAt(GoExtMeasurement measurement,
kSize index);
52 #include <GoSdk/Tools/GoExtMeasurement.x.h>
Represents the base class for a tool measurement or script output.
Declares the GoMeasurement class.