Method UpdateNCCodes
UpdateNCCodes(ElementId, string)
Updates the NC codes of the given NC file entity in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
void UpdateNCCodes(ElementId inElementId, string inFileName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the NC file entity to update. |
| string | inFileName | Name of a text file containing the full content of the new block file. |