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


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

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