Revit 2021.1 API |
InternalDefinition..::..ParameterType Property |
InternalDefinition Class See Also |
Returns the user-visible interpretation of the parameter data.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public override ParameterType ParameterType { get; } |
Visual Basic |
---|
Public Overrides ReadOnly Property ParameterType As ParameterType Get |
Visual C++ |
---|
public: virtual property ParameterType ParameterType { ParameterType get () override; } |
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.