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


IGPSATransformationFunction.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 > IGPSATransformationFunction Interface > IGPSATransformationFunction.Type Property
ArcGIS Developer Help

IGPSATransformationFunction.Type Property

type of transformation function parameters.

[Visual Basic .NET]
Public ReadOnly Property Type As esriSATransformationFunctionEnum
[C#]
public esriSATransformationFunctionEnum Type {get;}
[C++]
HRESULT get_Type(
  esriSATransformationFunctionEnum* pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriSATransformationFunctionEnum*

Product Availability

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

See Also

IGPSATransformationFunction Interface