STK ObjectsSend comments on this topic.
GetLevel Method (IAgRadarCrossSectionContourLevelCollection)
See Also
value
Windows





Windows & Linux

Description

Gets the level with the specified value.

Syntax

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

Parameters

value

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.