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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.