Method GetNCCodesPartial
GetNCCodesPartial(ElementId, int, int)
Get some NC Code lines of the given NC file entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
List<string> GetNCCodesPartial(ElementId inElementId, int inLinesNumber, int inStartingLine)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | The NC file Element Id. |
| int | inLinesNumber | |
| int | inStartingLine |
Returns
| Type | Description |
|---|---|
| List<string> | From line inStartingLine to inStartingLine+inNumberOfLines of this element. |