ResourceGroup.FindItemByName - метод Смотри также Terrasoft.Common - пространство имен > ResourceGroup - класс : FindItemByName - метод C#
- name
- The name of the searched resource.
Glossary Item Box
public ResourceItem FindItemByName( string name )
Параметры
- name
- The name of the searched resource.
Тип возвращаемого значения
The first found resource with the name name in the current resource group and its subgroups ornull
if the item with this name was not found.