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


ICurvatureFunctionArguments.Type Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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