A group or groups that was loaded was renamed because its name was not unique amongst the groups in the file being loaded.
Most likely a model subgroup had the same name as the loaded file.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public static FailureDefinitionId GroupAmongstLoadedRenamed { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property GroupAmongstLoadedRenamed As FailureDefinitionId Get |
| Visual C++ |
|---|
public: static property FailureDefinitionId^ GroupAmongstLoadedRenamed { FailureDefinitionId^ get (); } |