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


IGeoTransformationOperationSet2.RemoveHVTransformByKey Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeoTransformationOperationSet2 Interface > IGeoTransformationOperationSet2.RemoveHVTransformByKey Method
ArcGIS Developer Help

IGeoTransformationOperationSet2.RemoveHVTransformByKey Method

Deletes a particular transformation by its from and to GCS.

[Visual Basic .NET]
Public Sub RemoveHVTransformByKey ( _
    ByVal pFromGCS As IGeographicCoordinateSystem, _
    ByVal pToGCS As IGeographicCoordinateSystem _
)
[C#]
public void RemoveHVTransformByKey (
    IGeographicCoordinateSystem pFromGCS,
    IGeographicCoordinateSystem pToGCS
);
[C++]
HRESULT RemoveHVTransformByKey(
  IGeographicCoordinateSystem* pFromGCS,
  IGeographicCoordinateSystem* pToGCS
);
[C++]
Parameters
pFromGCS 

pFromGCS is a parameter of type IGeographicCoordinateSystem* pToGCS
pToGCS is a parameter of type IGeographicCoordinateSystem*

Product Availability

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

See Also

IGeoTransformationOperationSet2 Interface