|
|
Try to load aggregate into document, replacing current contents..
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function TryOpenAggregate ( _ aggregateJson As String, _ progressMedia As String _ ) As Boolean |
| C# |
|---|
public bool TryOpenAggregate( string aggregateJson, string progressMedia ) |
| Visual C++ |
|---|
public: bool TryOpenAggregate( String^ aggregateJson, String^ progressMedia ) |
Parameters
- aggregateJson
- Type: System..::..String
Aggregate in the form of a JSON AggregateModelDefinition object.
- progressMedia
- Type: System..::..String