Method GetPrograms
GetPrograms(DocumentId)
Get the list of NC programs in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 180)]
List<ElementId> GetPrograms(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of all NC programs. |