AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.