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


IHVCompositeDatumTransformation.LoadData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IH > IHVCompositeDatumTransformation Interface > IHVCompositeDatumTransformation.LoadData Method
ArcGIS Developer Help

IHVCompositeDatumTransformation.LoadData Method

Makes the grid data available for transformation operations. No need to call this explicitly.

[Visual Basic .NET]
Public Sub LoadData ( _
)
[C#]
public void LoadData (
);
[C++]
HRESULT LoadData(
void
);

Product Availability

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

See Also

IHVCompositeDatumTransformation Interface