Enterra.V8x1C.DOM.CatalogObject.SetNewCode C# (CSharp) Method

SetNewCode() public method

УстановитьНовыйКод (SetNewCode)
public SetNewCode ( string prefixCode ) : void
prefixCode string
return void
        public void SetNewCode(string prefixCode)
        {
            InvokeV8Method("SetNewCode", prefixCode);
        }