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


ICurvatureFunctionArguments.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICurvatureFunctionArguments Interface > ICurvatureFunctionArguments.Type Property
ArcGIS Developer Help

ICurvatureFunctionArguments.Type Property

Curvature Type.

[Visual Basic .NET]
Public Property Type As esriCurvatureType
[C#]
public esriCurvatureType Type {get; set;}
[C++]
HRESULT get_Type(
  esriCurvatureType* Type
);
[C++]
HRESULT put_Type(
  esriCurvatureType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriCurvatureType* Type [in]
Type is a parameter of type esriCurvatureType

Product Availability

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

See Also

ICurvatureFunctionArguments Interface