Gets or sets the maximum step size to use when computing lighting when UseTerrainInLightingComputations is true. Uses Time Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property LightingMaxStepTerrain() As Double |
[C#] |
---|
public double LightingMaxStepTerrain {get; set;} |
[Managed C++] |
---|
public: __property double get_LightingMaxStepTerrain(); |
[Unmanaged C++] |
---|
public: HRESULT get_LightingMaxStepTerrain( double * pMaxStep ); public: HRESULT put_LightingMaxStepTerrain( double maxStep ); |
[Java] |
---|
public double getLightingMaxStepTerrain(); public void setLightingMaxStepTerrain( double ); |