Share

GroupLoadOptions.ReplaceDuplicatedGroups Property

If there are groups with the same names in source and destination documents set this property to true to replace existing groups, otherwise the operation will be canceled. The default value is false.


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

Syntax

C#

public bool ReplaceDuplicatedGroups { get; set; }

Property Value

Boolean

See Also

Reference

Was this information helpful?