Checks if the given parameter group can be assigned to new parameters.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2015
Syntax
| C# |
|---|
public bool IsUserAssignableParameterGroup( ForgeTypeId groupTypeId ) |
| Visual Basic |
|---|
Public Function IsUserAssignableParameterGroup ( _ groupTypeId As ForgeTypeId _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsUserAssignableParameterGroup( ForgeTypeId^ groupTypeId ) |
Parameters
- groupTypeId
- Type: Autodesk.Revit.DB..::..ForgeTypeId