Definition.GetDataType
Description:
Gets a ForgeTypeId identifying the data type describing values of the parameter.
Gets a ForgeTypeId identifying the data type describing values of the parameter.
Remarks:
The returned ForgeTypeId may identify either a spec or a category. When it is a category, it indicates a Family Type parameter of that category. See Parameter.IsSpec(ForgeTypeId), UnitUtils.IsMeasurableSpec(ForgeTypeId), Category.IsBuiltInCategory(ForgeTypeId), and Parameter.IsValidDataType(ForgeTypeId).
The returned ForgeTypeId may identify either a spec or a category. When it is a category, it indicates a Family Type parameter of that category. See Parameter.IsSpec(ForgeTypeId), UnitUtils.IsMeasurableSpec(ForgeTypeId), Category.IsBuiltInCategory(ForgeTypeId), and Parameter.IsValidDataType(ForgeTypeId).
public ForgeTypeId GetDataType()
ForgeTypeId
A ForgeTypeId identifying the data type of the parameter.