Method GetCurrentSimulation
GetCurrentSimulation(DocumentId)
Gets the current simulation entity of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId GetCurrentSimulation(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the current simulation entity found, or Empty for none. |
Remarks
This method is available since v7.6.