IsUserAssignableParameterGroup Method


Checks if the given parameter group can be assigned to new parameters.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public bool IsUserAssignableParameterGroup(
	BuiltInParameterGroup parameterGroup
)
Visual Basic
Public Function IsUserAssignableParameterGroup ( _
	parameterGroup As BuiltInParameterGroup _
) As Boolean
Visual C++
public:
bool IsUserAssignableParameterGroup(
	BuiltInParameterGroup parameterGroup
)

Parameters

parameterGroup
Type: Autodesk.Revit.DB BuiltInParameterGroup

Return Value

True if the parameter group can be assigned to new parameters, false otherwise.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →