STK ObjectsSend comments on this topic.
SupportedSystems Property (IAgVeVOSystemsCollection)
See Also
Windows





Windows & Linux

Description

Returns a list of element types that can be added to the collection

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.