STK ObjectsSend comments on this topic.
GetAvailableObjects Method (IAgAdvCAT)
See Also
Windows





Windows & Linux

Description

Returns a collection of available objects.

Syntax

[Visual Basic .NET]
Public Function GetAvailableObjects() As IAgAdvCATAvailableObjectCollection
[C#]
public IAgAdvCATAvailableObjectCollection GetAvailableObjects();
[Managed C++]
public: IAgAdvCATAvailableObjectCollection ^ GetAvailableObjects();
[Unmanaged C++]
public: HRESULT GetAvailableObjects(
    IAgAdvCATAvailableObjectCollection ** ppRetVal
);
[Java]
public IAgAdvCATAvailableObjectCollection getAvailableObjects();
[Python - STK API ]
def GetAvailableObjects(self) -> "IAgAdvCATAvailableObjectCollection":

Remarks

Note: Linux is case sensitive, if your object does not show up make sure the file extension has the correct case.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.