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


IPathDistanceVerticalFactor.Type Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IP > IPathDistanceVerticalFactor Interface > IPathDistanceVerticalFactor.Type Property
ArcGIS Developer Help

IPathDistanceVerticalFactor.Type Property

The type of the vertical function.

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

functionType is a parameter of type esriPathDistanceVerticalEnum*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IPathDistanceVerticalFactor Interface