Enterra.V8x1C.DOM.CatalogManager.SelectHierarchically C# (CSharp) Method

SelectHierarchically() public method

ВыбратьИерархически (SelectHierarchically)
public SelectHierarchically ( string order ) : CatalogSelection
order string
return CatalogSelection
        public CatalogSelection SelectHierarchically(string order)
        {
            object ptr = InvokeV8Method("ВыбратьИерархически", null, null, null, order);

            if (ptr == null)
            {
                return null;
            }

            return new CatalogSelection(this, ptr);
        }