| Revit 2020 API |
| FabricationNetworkChangeService..::..SetRestrictGroup Method |
| FabricationNetworkChangeService Class See Also |
Restrict the placement of parts to only use parts associated to the passed in fabrication group identifier.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2020
Syntax
| C# |
|---|
public void SetRestrictGroup( bool restrictGroup ) |
| Visual Basic |
|---|
Public Sub SetRestrictGroup ( _ restrictGroup As Boolean _ ) |
| Visual C++ |
|---|
public: void SetRestrictGroup( bool restrictGroup ) |
Parameters
- restrictGroup
- Type: System..::..Boolean