STK ObjectsSend comments on this topic.
LightingMaxStep Property (IAgSatellite)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use LightingMaxStepTerrain or LightingMaxStepCbShape as appropriate. The maximum step size to use when computing lighting when UseTerrainInLightingComputations is true. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LightingMaxStep() As Double
[C#]
public double LightingMaxStep {get; set;}
[Managed C++]
public: __property double get_LightingMaxStep();
public: __property void set_LightingMaxStep( double );
[Unmanaged C++]
public: HRESULT get_LightingMaxStep(
    double * pMaxStep
);
public: HRESULT put_LightingMaxStep(
    double maxStep
);
[Java]
public double getLightingMaxStep();
public void setLightingMaxStep(
    double
);
[Python - STK API ]
@property
def LightingMaxStep(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.