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


ISpatialReferenceFactory5.GeoTransformationFallback Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceFactory5 Interface > ISpatialReferenceFactory5.GeoTransformationFallback Property
ArcGIS Developer Help

ISpatialReferenceFactory5.GeoTransformationFallback Property

Enables/disables the geographic transformations fallback mechanism. Default is False.

[Visual Basic .NET]
Public Property GeoTransformationFallback As Boolean
[C#]
public bool GeoTransformationFallback {get; set;}
[C++]
HRESULT get_GeoTransformationFallback(
  Boolean* vbYesNo
);
[C++]
HRESULT put_GeoTransformationFallback(
  VARIANT_BOOL vbYesNo
);
[C++]
Parameters
vbYesNo [out, retval]

vbYesNo is a parameter of type bool* vbYesNo [in]
vbYesNo is a parameter of type bool

Product Availability

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

See Also

ISpatialReferenceFactory5 Interface