ParameterUtilsGetAllBuiltInGroups Method

Gets the identifiers of all built-in parameter groups.

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

Return Value

IListForgeTypeId
The built-in group identifiers.
See Also