AGI STK Objects 11Send 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 
[C#]
public IAgAntennaContourLevel Add(
    double value
);
[Managed C++]
public: IAgAntennaContourLevel^ Add(
    double value
);
[Java]
public IAgAntennaContourLevel add(
    double value
);
[Unmanaged C++]
public: HRESULT Add(
    double value,
    IAgAntennaContourLevel ** ppRetVal
);

Parameters

value

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.