|
|
Loads aggregate into document, replacing current contents.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub OpenAggregate ( _ aggregateJson As String, _ progressMedia As String _ ) |
| C# |
|---|
public void OpenAggregate( string aggregateJson, string progressMedia ) |
| Visual C++ |
|---|
public: void OpenAggregate( String^ aggregateJson, String^ progressMedia ) |
Parameters
- aggregateJson
- Type: System..::..String
Aggregate in the form of a JSON AggregateModelDefinition object.
- progressMedia
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Navisworks.Api..::..DocumentFileException | Failed to open aggregate. |