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


IGeoTransformationOperationSet.RemoveByKey Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IGeoTransformationOperationSet.RemoveByKey Method

Deletes a particular geographic transformation by its from and to GCS.

[Visual Basic .NET]
Public Sub RemoveByKey ( _
    ByVal pFromGCS As IGeographicCoordinateSystem, _
    ByVal pToGCS As IGeographicCoordinateSystem _
)
[C#]
public void RemoveByKey (
    IGeographicCoordinateSystem pFromGCS,
    IGeographicCoordinateSystem pToGCS
);
[C++]
HRESULT RemoveByKey(
  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

IGeoTransformationOperationSet Interface