Creates a new child with the given name and specified type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAvtrCatalogItem AddChildOfType( string ChildType, string ChildName ); |
| [Managed C++] |
|---|
public: IAgAvtrCatalogItem^ AddChildOfType( String __gc ^ ChildType, String __gc ^ ChildName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrCatalogItem addChildOfType( String ChildType, String ChildName ); |
[Python - STK API ] |
|---|
def AddChildOfType(self, ChildType:str, ChildName:str) -> "IAgAvtrCatalogItem": |
- ChildType
- ChildName






