Method GetOtherNCFileCodesPartial
GetOtherNCFileCodesPartial(PdmMinorRevisionId, int, int)
Get some NC Code lines of the given of the given other NC file document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
List<string> GetOtherNCFileCodesPartial(PdmMinorRevisionId inMinorRevisionId, int inLinesNumber, int inStartingLine)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the minor revision. |
| int | inLinesNumber | |
| int | inStartingLine |
Returns
| Type | Description |
|---|---|
| List<string> | From line inStartingLine to inStartingLine+inNumberOfLines of the file. |