Revit 2022.1 API |
ParameterUtils..::..GetAllBuiltInParameters Method |
ParameterUtils Class See Also |
Gets the identifiers of all built-in parameters.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022
Syntax
C# |
---|
public static IList<ForgeTypeId> GetAllBuiltInParameters() |
Visual Basic |
---|
Public Shared Function GetAllBuiltInParameters As IList(Of ForgeTypeId) |
Visual C++ |
---|
public: static IList<ForgeTypeId^>^ GetAllBuiltInParameters() |