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 * pRetVal
);
public: HRESULT put_FluxLevel(
   AgESpEnvSAAFluxLevel NewFluxLevel
);
[Java]
public AgESpEnvSAAFluxLevel getFluxLevel();public void setFluxLevel(
   AgESpEnvSAAFluxLevel
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.