2022 Property
Changes 8
P

InternalDefinition.ParameterType

Description:
Returns the user-visible interpretation of the parameter data.
Remarks:
The data within the parameter is stored as an integer, double, string or an element id. To the user these values may be more meaningful as Length, Volume, Mass etc. This parameter returns the interpretation that should be used for the data.
[ObsoleteAttribute("This property is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the GetDataType() method instead.")]
public override ParameterType ParameterType { get; }