STK AviatorSend comments on this topic.
AddChildOfType Method (IAgAvtrCatalogItem)
See Also
ChildType
ChildName
Windows





Windows & Linux

Description

Creates a new child with the given name and specified type.

Syntax

[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":

Parameters

ChildType
ChildName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.