Returns the group ID of the parameter definition.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public abstract BuiltInParameterGroup ParameterGroup { get; } |
| Visual Basic |
|---|
Public MustOverride ReadOnly Property ParameterGroup As BuiltInParameterGroup Get |
| Visual C++ |
|---|
public: virtual property BuiltInParameterGroup ParameterGroup { BuiltInParameterGroup get () abstract; } |