Share

ExternalDefinition.OwnerGroup Property

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public virtual DefinitionGroup OwnerGroup { get; set; }

Property Value

DefinitionGroup

Remarks

If failed When set the group, an InvalidOperationException will be thrown.

See Also

Reference

Was this information helpful?