AGI STK Graphics 11Send 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 NewNightLightsIntensity
);
[Java]
public float getNightLightsIntensity();public void setNightLightsIntensity(
   float
);

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.