STK ObjectsSend comments on this topic.
AvailableSystems Property (IAgVORefCrdnPoint)
See Also
Windows





Windows & Linux

Description

Returns an array of available Systems.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.