Sets the system default geographic transformation on the primary operation set if missing.
[Visual Basic .NET] Public Sub Set ( _ ByVal direction As esriTransformDirection, _ ByVal pGT As IGeoTransformation, _ ByVal bAddNew As Boolean _ )
[C#] public void Set ( esriTransformDirection direction, IGeoTransformation pGT, bool bAddNew );
[C++]
HRESULT Set(
esriTransformDirection direction,
IGeoTransformation* pGT,
VARIANT_BOOL bAddNew
);
[C++]Parameters
direction [in]direction is a parameter of type esriTransformDirection
pGT [in]pGT is a parameter of type IGeoTransformation
bAddNew [in] bAddNew is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.