STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Remove(
    double value
);
[Java]
public void remove(
    double value
);
[Python - STK API ]
def Remove(self, value:float) -> None:

Parameters

value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.