This document is archived and information here might be outdated. Recommended version. |
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 IUnknown 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*