Adds to the collection a link to the given STK object.
[Visual Basic .NET] |
---|
Public Sub AddObject( _ ByVal pObject As IAgStkObject _ ) |
[C#] |
---|
public void AddObject( IAgStkObject pObject ); |
[Managed C++] |
---|
public: void AddObject( IAgStkObject ^ pObject ); |
[Unmanaged C++] |
---|
public: HRESULT AddObject( IAgStkObject * pObject ); |
[Java] |
---|
public void addObject( IAgStkObject pObject ); |
[Python - STK API ] |
---|
def AddObject(self, pObject:"IAgStkObject") -> None: |
- pObject
- The IAgStkObject to add to the collection.