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