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