STK ObjectsSend 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 FluxLevel
);
[Java]
public AgESpEnvSAAFluxLevel getFluxLevel();
public void setFluxLevel(
    AgESpEnvSAAFluxLevel
);
[Python - STK API ]
@property
def FluxLevel(self) -> "AgESpEnvSAAFluxLevel":

@FluxLevel.setter
def FluxLevel(self, FluxLevel:"AgESpEnvSAAFluxLevel") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.