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





Windows & Linux

Description

The maximum step size to use when computing lighting. Only applies (and only can be set) when LightingObstructionModel is eLightingObstructionAzElMask or eLightingObstructionTerrain. 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.