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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1