AGI STK Objects 11 Send comments on this topic.
RemoveTarget Method (IAgSnTargetCollection)
See Also 
Name
The path to the Object being removed.





Description

Removes a target given the target's name.

Syntax

[Visual Basic .NET]
Public Sub RemoveTarget( _
   ByVal Name As String _
) 

[C#]
public void RemoveTarget(
string Name
);

[Managed C++]
public: void RemoveTarget(
String __gc ^ Name
);

[Java]
public  removeTarget(
String Name
);

[Unmanaged C++]
public: HRESULT RemoveTarget(
BSTR Name
);

Parameters

Name
The path to the Object being removed.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1