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


IGPSAHorizontalFactor.Type Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAHorizontalFactor.Type Property

The type of the horizontal function.

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

Parameters functionType [out, retval]
functionType is a parameter of type esriPathDistanceHorizontalEnum

Product Availability

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

See Also

IGPSAHorizontalFactor Interface