Adds and returns a new level with the corresponding value.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgRadarCrossSectionContourLevel Add( double value ); |
| [Managed C++] |
|---|
public: IAgRadarCrossSectionContourLevel^ Add( double value ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgRadarCrossSectionContourLevel add( double value ); |
[Python - STK API ] |
|---|
def Add(self, value:float) -> "IAgRadarCrossSectionContourLevel": |
- value






