STK Graphics PrimitivesSend comments on this topic.
NightLightsIntensity Property (IAgStkGraphicsLighting)
See Also
Windows





Windows & Linux

Description

Gets or sets the overall brightness for the night light's image overlay, Night Overlay.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NightLightsIntensity() As Single
[C#]
public float NightLightsIntensity {get; set;}
[Managed C++]
public: __property float get_NightLightsIntensity();
public: __property void set_NightLightsIntensity( float );
[Unmanaged C++]
public: HRESULT get_NightLightsIntensity(
    float * pRetVal
);
public: HRESULT put_NightLightsIntensity(
    float NightLightsIntensity
);
[Java]
public float getNightLightsIntensity();
public void setNightLightsIntensity(
    float
);
[Python - STK API ]
@property
def NightLightsIntensity(self) -> float:

@NightLightsIntensity.setter
def NightLightsIntensity(self, NightLightsIntensity:float) -> None:

Remarks

A value of 0 means night lights are not visible, and a value of 5 produces night lights that are easily seen.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.