GetAllBuiltInParameters Method


Parameter Utils Get All Built In Parameters Method

Gets the identifiers of all built-in parameters.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static IList<ForgeTypeId> GetAllBuiltInParameters()

Return Value

IList ForgeTypeId
The built-in parameter identifiers.
See Also