AGI STK Objects 11 Send comments on this topic.
RemoveObject Method (IAgSnTargetCollection)
See Also 
pObject
The IAgStkObject to be removed.





Description

Removes a target from the collection.

Syntax

[Visual Basic .NET]
Public Sub RemoveObject( _
   ByVal pObject As IAgStkObject _
) 

[C#]
public void RemoveObject(
IAgStkObject pObject
);

[Managed C++]
public: void RemoveObject(
IAgStkObject ^ pObject
);

[Java]
public  removeObject(
IAgStkObject pObject
);

[Unmanaged C++]
public: HRESULT RemoveObject(
IAgStkObject * pObject
);

Parameters

pObject
The IAgStkObject to be removed.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1