STK AviatorSend comments on this topic.
ContainsChildItem Method (IAgAvtrCatalogItem)
See Also
ChildItem
Windows





Windows & Linux

Description

Get whether the catalog item is contains the given child item.

Syntax

[Visual Basic .NET]
Public Function ContainsChildItem( _
    ByVal ChildItem As String _
) As Boolean
[C#]
public bool ContainsChildItem(
    string ChildItem
);
[Managed C++]
public: bool ContainsChildItem(
    String __gc ^ ChildItem
);
[Unmanaged C++]
public: HRESULT ContainsChildItem(
    BSTR ChildItem,
    VARIANT_BOOL * pVal
);
[Java]
public bool containsChildItem(
    String ChildItem
);
[Python - STK API ]
def ContainsChildItem(self, ChildItem:str) -> bool:

Parameters

ChildItem

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.