ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.GenerateGeographicTransformDomain Method

Generate the matching geographic transform domain from an input spatial reference to an output spatial reference.

[Visual Basic .NET]
Public Sub GenerateGeographicTransformDomain ( _
    ByVal iUnk As Object, _
    ByVal pGTDomain As IGPCodedValueDomain, _
    ByVal pInSR As ISpatialReference, _
    ByVal pOutSR As ISpatialReference, _
    ByVal pMessages As IGPMessages _
)
[C#]
public void GenerateGeographicTransformDomain (
    object iUnk,
    IGPCodedValueDomain pGTDomain,
    ISpatialReference pInSR,
    ISpatialReference pOutSR,
    IGPMessages pMessages
);
[C++]
HRESULT GenerateGeographicTransformDomain(
  LPUNKNOWN iUnk,
  IGPCodedValueDomain* pGTDomain,
  ISpatialReference* pInSR,
  ISpatialReference* pOutSR,
  IGPMessages* pMessages
);
[C++]

Parameters

iUnk [in]   iUnk is a parameter of type LPUNKNOWN pGTDomain [in]

  pGTDomain is a parameter of type IGPCodedValueDomain

pInSR [in]

  pInSR is a parameter of type ISpatialReference

pOutSR [in]

  pOutSR is a parameter of type ISpatialReference

pMessages [in]

  pMessages is a parameter of type IGPMessages

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPUtilities2 Interface