Method GetNCFiles
GetNCFiles(DocumentId)
Get the programs contained in the given Iso file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
List<ElementId> GetNCFiles(DocumentId inIsoDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inIsoDocumentId | Identifier of the Cam document to scan. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | List of NC programs. |