Enterra.V8x1C.DOM.DocumentManager.Select C# (CSharp) 메소드

Select() 공개 메소드

Выбрать (Select)
public Select ( ) : DocumentSelection
리턴 DocumentSelection
        public DocumentSelection Select()
        {
            return Select(null);
        }
        

Same methods

DocumentManager::Select ( string order ) : DocumentSelection