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