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


IGeoTransformationOperationSet2 Interface (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
ArcGIS Developer Help

IGeoTransformationOperationSet2 Interface

Provides access to members that control a set of geographic and vertical transformation operators.

Product Availability

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

Members

Name Description
Method AddTo Adds content of this set to the pDst.
Read-only property Count The number of geographic transformations in the set.
Method Find Check a geographic transformation and a direction to see if it exists in the set.
Method FindHVTransform Check a transformation and a direction to see if it exists in the set.
Method Get Returns a default geographic transformation.
Method GetHVTransform Finds a transformation.
Read-only property HVCount The number of HV transformations in the set.
Method Next Retrieves the next geographic transformation in the set.
Method NextHVTransform Retrieves the next transformation in the set.
Method Remove Deletes a particular geographic transformation.
Method RemoveAll Deletes all transformations in the set.
Method RemoveByKey Deletes a particular geographic transformation by its from and to GCS.
Method RemoveHVTransform Deletes a particular geographic or HV transformation.
Method RemoveHVTransformByKey Deletes a particular transformation by its from and to GCS.
Method Reset Reinitializes the transformation set iterator.
Method Set Sets a default geographic transformation.
Method SetHVTransform Adds an HV transformation.

Inherited Interfaces

Interfaces Description
IGeoTransformationOperationSet Provides access to members that control a set of geographic transformation operators (GT + direction).

Classes that implement IGeoTransformationOperationSet2

Classes Description
GeoTransformationOperationSet Stores a set of geographic transformation operators (GT + direction).