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


ISlopeScalingArguments.ScalingType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISlopeScalingArguments Interface > ISlopeScalingArguments.ScalingType Property
ArcGIS Developer Help

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