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


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

IGPSARemapDomain.Type Property

Remap type.

[Visual Basic .NET]
Public Function get_Type ( _
    ByVal index As Integer _
) As esriGPSARemapTypeEnum
[C#]
public esriGPSARemapTypeEnum get_Type (
    int index
);
[C++]
HRESULT get_Type(
  long index,
  esriGPSARemapTypeEnum* pType
);
[C++]
Parameters
index [in]

index is a parameter of type long pType [out, retval]
pType is a parameter of type esriGPSARemapTypeEnum*

Product Availability

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

See Also

IGPSARemapDomain Interface