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





Windows & Linux

Description

The maximum step size to use when computing lighting when UseTerrainInLightingComputations is false. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LightingMaxStepCbShape() As Double
[C#]
public double LightingMaxStepCbShape {get; set;}
[Managed C++]
public: __property double get_LightingMaxStepCbShape();
public: __property void set_LightingMaxStepCbShape( double );
[Unmanaged C++]
public: HRESULT get_LightingMaxStepCbShape(
    double * pMaxStep
);
public: HRESULT put_LightingMaxStepCbShape(
    double maxStep
);
[Java]
public double getLightingMaxStepCbShape();
public void setLightingMaxStepCbShape(
    double
);
[Python - STK API ]
@property
def LightingMaxStepCbShape(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.