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

Select() public method

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