Method GetOtherNCFileBufferPartial
GetOtherNCFileBufferPartial(PdmMinorRevisionId, int, int, ref int)
Get buffer of NC Code file.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
char[] GetOtherNCFileBufferPartial(PdmMinorRevisionId inMinorRevisionId, int inBufferSize, int inStartingIndex, ref int outNbCharRead)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the minor revision. |
| int | inBufferSize | |
| int | inStartingIndex | |
| int | outNbCharRead |
Returns
| Type | Description |
|---|---|
| char[] | From line inStartingIndex to inStartingIndex+inBufferSize of the file. |