Method UpdateNCCodesPartial
UpdateNCCodesPartial(ElementId, bool, List<string>)
Updates the NC codes partialy of the given NC file entity in the document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 0, 0)]
void UpdateNCCodesPartial(ElementId inElementId, bool inClear, List<string> inNCCodes)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the NC file entity to update. |
| bool | inClear | Indicate if NC file list is cleared before. |
| List<string> | inNCCodes | List of strings to add in NC file. |