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






Windows & Linux

Description

Removes a target given the target's name.

Syntax

[Visual Basic .NET]
Public Sub RemoveTarget( _
    ByVal Name As String _
) As 
[C#]
public void RemoveTarget(
    string Name
);
[Managed C++]
public: void RemoveTarget(
    String __gc ^ Name
);
[Java]
public void removeTarget(
    String Name
);
[Unmanaged C++]
public: HRESULT RemoveTarget(
    BSTR Name
);

Parameters

Name
The path to the Object being removed.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.