Revit 2022.1 API |
Definition..::..GetGroupTypeId Method |
Definition Class See Also |
Returns the identifier of the parameter definition's parameter group.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
C# |
---|
public abstract ForgeTypeId GetGroupTypeId() |
Visual Basic |
---|
Public MustOverride Function GetGroupTypeId As ForgeTypeId |
Visual C++ |
---|
public: virtual ForgeTypeId^ GetGroupTypeId() abstract |