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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1