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(
|
| [Managed C++] |
|---|
public: void AddObject(
|
| [Java] |
|---|
public addObject(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddObject(
|
- pObject
- The IAgStkObject to add to the collection.