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





Windows & Linux

Description

Returns a collection of primary objects.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.