AGI STK Objects 11Send comments on this topic.
SupportedChildTypes Property (IAgStkObjectCollection)
See Also
Windows






Windows & Linux

Description

Returns the available objects that can be added to this object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedChildTypes() As System.Array
[C#]
public System.Array SupportedChildTypes {get;}
[Managed C++]
public: __property System::Array get_SupportedChildTypes();
[Unmanaged C++]
public: HRESULT get_SupportedChildTypes(
    SAFEARRAY * * ppRetVal
);
[Java]
public VariantArray getSupportedChildTypes();

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.