Enterra.V8x1C.DOM.InformationRegisterManager.Select C# (CSharp) Метод

Select() публичный Метод

Выбрать (Select)
public Select ( ) : InformationRegisterSelection
Результат InformationRegisterSelection
        public InformationRegisterSelection Select()
        {
            object ptr = InvokeMethod("Select");
            if (ptr == null)
            {
                return null;
            }
            return new InformationRegisterSelection(Session, ptr);
        }
    }
InformationRegisterManager