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


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

IGPSAVerticalFactor Interface

Provides access to the vertical factor object for path distance.

Product Availability

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

Members

Name Description
Method SetBinary Sets a binary vertical function object.
Method SetCos Sets a Cos vertical function object.
Method SetCosSec Sets a negative-Cos and positive-Sec vertical function object.
Method SetDefault Sets a default vertical function object.
Method SetInverseLinear Sets a inverse linear vertical function object.
Method SetLinear Sets a linear vertical function object.
Method SetSec Sets a Sec vertical function object.
Method SetSecCos Sets a negative-Cos and positive-Sec vertical function object.
Method SetSymInverseLinear Sets a symmetrical-inverse-linear vertical function object.
Method SetSymLinear Sets a symmetrical-linear vertical function object.
Method SetTable Sets a table vertical function object.
Read-only property Type The type of the vertical function.

Classes that implement IGPSAVerticalFactor

Classes Description
GPSAVerticalFactor GeoProcessor path distance vertical function object.