Share

FamilyManager.IsUserAssignableParameterGroup Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsUserAssignableParameterGroup(
	ForgeTypeId groupTypeId
)

Parameters

groupTypeId  ForgeTypeId
 

Return Value

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

See Also

Reference

Was this information helpful?