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


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

IGeoTransformationOperationSet.Find Method

Check a geographic transformation and a direction to see if it exists in the set.

[Visual Basic .NET]
Public Function Find ( _
    ByVal Direction As esriTransformDirection, _
    ByVal GT As IGeoTransformation _
) As Boolean
[C#]
public bool Find (
    esriTransformDirection Direction,
    IGeoTransformation GT
);
[C++]
HRESULT Find(
  esriTransformDirection Direction,
  IGeoTransformation* GT,
  VARIANT_BOOL* found
);
[C++]

Parameters Direction
Direction is a parameter of type esriTransformDirection GT
GT is a parameter of type IGeoTransformation found [out, retval] found is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeoTransformationOperationSet Interface