Method GetNCCodes
GetNCCodes(ElementId)
Get the NC Codes of the given NC file entity.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
List<string> GetNCCodes(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | The NC file Element Id. |
Returns
| Type | Description |
|---|---|
| List<string> | The NC Codes of this element |
Remarks
The total number of strings can be lower than the real number, depending of the quota of messages Com protocol can handle. To get the real number of strings, use a loop of the other GetNCCodes function.