STK ObjectsSend 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 AgSafeArray getSupportedChildTypes();
[Python - STK API ]
@property
def SupportedChildTypes(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.