Returns a collection of secondary objects.
[Visual Basic .NET] |
---|
Public Function GetSecondaryChosenObjects() As IAgAdvCATChosenObjectCollection |
[C#] |
---|
public IAgAdvCATChosenObjectCollection GetSecondaryChosenObjects(); |
[Managed C++] |
---|
public: IAgAdvCATChosenObjectCollection ^ GetSecondaryChosenObjects(); |
[Unmanaged C++] |
---|
public: HRESULT GetSecondaryChosenObjects( IAgAdvCATChosenObjectCollection ** ppRetVal ); |
[Java] |
---|
public IAgAdvCATChosenObjectCollection getSecondaryChosenObjects(); |
[Python - STK API ] |
---|
def GetSecondaryChosenObjects(self) -> "IAgAdvCATChosenObjectCollection": |