ArcObjects Library Reference (SpatialAnalyst)  

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

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.

CoClasses that implement IGPSAVerticalFactor

CoClasses and Classes Description
GPSAVerticalFactor GeoProcessor path distance vertical function object.