Removes from the collection a link to the
given STK object.
| [Visual Basic .NET] |
|---|
Public Sub RemoveObject( _
ByVal pObject As IAgStkObject _
)
|
| [C#] |
|---|
public void RemoveObject(
|
| [Managed C++] |
|---|
public: void RemoveObject(
|
| [Java] |
|---|
public removeObject(
|
| [Unmanaged C++] |
|---|
public: HRESULT RemoveObject(
|
- pObject
- The IAgStkObject to be removed.