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