ExternalDefinitionOwnerGroup Property

Returns or change the group ID of the external parameter definition.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual DefinitionGroup OwnerGroup { get; set; }

Property Value

DefinitionGroup
Remarks
If failed When set the group, an InvalidOperationException will be thrown.
See Also