STK ObjectsSend 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 _
)
[C#]
public void RemoveTarget(
    string Name
);
[Managed C++]
public: void RemoveTarget(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT RemoveTarget(
    BSTR Name
);
[Java]
public void removeTarget(
    String Name
);
[Python - STK API ]
def RemoveTarget(self, Name:str) -> None:

Parameters

Name
The path to the Object being removed.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.