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






Windows & Linux

Description

Remove the level with the corresponding value.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Value As Double _
) 

[C#]
public void Remove(
double Value
);

[Managed C++]
public: void Remove(
double Value
);

[Java]
public  remove(
double Value
);

[Unmanaged C++]
public: HRESULT Remove(
double Value
);

Parameters

Value

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface