STK AviatorSend comments on this topic.
ChildTypes Property (IAgAvtrCatalogItem)
See Also
Windows





Windows & Linux

Description

Get the child types.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ChildTypes() As System.Array
[C#]
public System.Array ChildTypes {get;}
[Managed C++]
public: __property System::Array get_ChildTypes();
[Unmanaged C++]
public: HRESULT get_ChildTypes(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getChildTypes();
[Python - STK API ]
@property
def ChildTypes(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.