This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAVerticalFactor Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the vertical factor object for path distance.
Description | ||
---|---|---|
SetBinary | Sets a binary vertical function object. | |
SetCos | Sets a Cos vertical function object. | |
SetCosSec | Sets a negative-Cos and positive-Sec vertical function object. | |
SetDefault | Sets a default vertical function object. | |
SetInverseLinear | Sets a inverse linear vertical function object. | |
SetLinear | Sets a linear vertical function object. | |
SetSec | Sets a Sec vertical function object. | |
SetSecCos | Sets a negative-Cos and positive-Sec vertical function object. | |
SetSymInverseLinear | Sets a symmetrical-inverse-linear vertical function object. | |
SetSymLinear | Sets a symmetrical-linear vertical function object. | |
SetTable | Sets a table vertical function object. | |
Type | The type of the vertical function. |
CoClasses and Classes | Description |
---|---|
GPSAVerticalFactor | GeoProcessor path distance vertical function object. |