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