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

FindByAttribute() public method

НайтиПоРеквизиту (FindByAttribute)
public FindByAttribute ( string attributeName, object value ) : CatalogRef
attributeName string
value object
return CatalogRef
        public CatalogRef FindByAttribute(string attributeName, object value)
        {
            object ptr = InvokeV8Method("FindByAttribute",
               attributeName,
               value
               );
            return ptr != null ? new CatalogRef(Session, CatalogName, ptr) : null;
        }

Same methods

CatalogManager::FindByAttribute ( string attributeName, object value, CatalogRef parent, CatalogRef owner ) : CatalogRef