AGI STK Objects 11 Send comments on this topic.
Remove Method (IAgCvAreaTargetsCollection)
See Also 
TargetName





Description

Removes an element from the collection given a Target name

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal TargetName As String _
) 

[C#]
public void Remove(
string TargetName
);

[Managed C++]
public: void Remove(
String __gc ^ TargetName
);

[Java]
public  remove(
String TargetName
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR TargetName
);

Parameters

TargetName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1