| Revit 2022.1 API |
| InternalDefinition..::..GetGroupTypeId Method |
| InternalDefinition Class See Also |
Gets the identifier of the built-in parameter group to which the parameter defined by this definition belongs.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public override ForgeTypeId GetGroupTypeId() |
| Visual Basic |
|---|
Public Overrides Function GetGroupTypeId As ForgeTypeId |
| Visual C++ |
|---|
public: virtual ForgeTypeId^ GetGroupTypeId() override |