AGI STK Objects 11Send comments on this topic.
FluxLevel Property (IAgSpEnvSAAContour)
See Also
Windows






Windows & Linux

Description

Flux level for SAA contour

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FluxLevel() As AgESpEnvSAAFluxLevel
[C#]
public AgESpEnvSAAFluxLevel FluxLevel {get; set;}
[Managed C++]
public: __property AgESpEnvSAAFluxLevel get_FluxLevel();
public: __property void set_FluxLevel( AgESpEnvSAAFluxLevel );
[Unmanaged C++]
public: HRESULT get_FluxLevel(
    AgESpEnvSAAFluxLevel * pVal
);
public: HRESULT put_FluxLevel(
    AgESpEnvSAAFluxLevel AgESpEnvSAAFluxLevel
);
[Java]
public AgESpEnvSAAFluxLevel getFluxLevel();
public void setFluxLevel(
    AgESpEnvSAAFluxLevel
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.