This document is archived and information here might be outdated.  Recommended version.


ISlopeScalingArguments.ScalingType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISlopeScalingArguments.ScalingType Property

The output scaling method.

[Visual Basic .NET]
Public Property ScalingType As esriSlopeType
[C#]
public esriSlopeType ScalingType {get; set;}
[C++]
HRESULT get_ScalingType(
  esriSlopeType* ScalingType
);
[C++]
HRESULT put_ScalingType(
  esriSlopeType ScalingType
);
[C++]

Parameters ScalingType [out, retval]
ScalingType is a parameter of type esriSlopeType ScalingType [in]
ScalingType is a parameter of type esriSlopeType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISlopeScalingArguments Interface