Get the child of the catalog item with the given name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAvtrCatalogItem GetChildItemByName( string ChildName ); |
| [Managed C++] |
|---|
public: IAgAvtrCatalogItem^ GetChildItemByName( String __gc ^ ChildName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrCatalogItem getChildItemByName( String ChildName ); |
[Python - STK API ] |
|---|
def GetChildItemByName(self, ChildName:str) -> "IAgAvtrCatalogItem": |
- ChildName






