Returns a collection of primary objects.
[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": |