STK ObjectsSend comments on this topic.
Add Method (IAgAntennaContourLevelCollection)
See Also
value
Windows





Windows & Linux

Description

Adds and returns a new level with the corresponding value.

Syntax

[Visual Basic .NET]
Public Function Add( _
    ByVal value As Double _
) As IAgAntennaContourLevel
[C#]
public IAgAntennaContourLevel Add(
    double value
);
[Managed C++]
public: IAgAntennaContourLevel^ Add(
    double value
);
[Unmanaged C++]
public: HRESULT Add(
    double value,
    IAgAntennaContourLevel ** ppRetVal
);
[Java]
public IAgAntennaContourLevel add(
    double value
);
[Python - STK API ]
def Add(self, value:float) -> "IAgAntennaContourLevel":

Parameters

value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.