Method GetOtherNCFileCodes
GetOtherNCFileCodes(PdmMinorRevisionId)
Get all NC Code lines of the given other NC file document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
List<string> GetOtherNCFileCodes(PdmMinorRevisionId inMinorRevisionId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the minor revision. |
Returns
| Type | Description |
|---|---|
| List<string> | The NC codes of the document. |