Enterra.V8x1C.DOM.AccumulationRegisterManager.Select C# (CSharp) Method

Select() public method

Выбрать (Select)
public Select ( ) : AccumulationRegisterSelection
return AccumulationRegisterSelection
        public AccumulationRegisterSelection Select()
        {
            object ptr = InvokeMethod("Select");
            if (ptr == null)
            {
                return null;
            }
            return new AccumulationRegisterSelection(Session, ptr);
        }
    }
AccumulationRegisterManager