STK AviatorSend comments on this topic.
RemoveChild Method (IAgAvtrCatalogSource)
See Also
ChildName
Windows





Windows & Linux

Description

Removes the child with the given name.

Syntax

[Visual Basic .NET]
Public Sub RemoveChild( _
    ByVal ChildName As String _
)
[C#]
public void RemoveChild(
    string ChildName
);
[Managed C++]
public: void RemoveChild(
    String __gc ^ ChildName
);
[Unmanaged C++]
public: HRESULT RemoveChild(
    BSTR ChildName
);
[Java]
public void removeChild(
    String ChildName
);
[Python - STK API ]
def RemoveChild(self, ChildName:str) -> None:

Parameters

ChildName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.