Method GetScenarioOperations
GetScenarioOperations(DocumentId)
Gets the Cam scenario operations of a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 300, 160)]
List<ElementId> GetScenarioOperations(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Cam operations found. |
Remarks
The operations are sorted in chronological order of the scenario (i.e. first operation of the list is executed first).