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


IGridTransformation.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGridTransformation Interface > IGridTransformation.Load Method
ArcGIS Developer Help

IGridTransformation.Load Method

Makes the grid data available for transformation operations. Called automatically.

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

Product Availability

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

See Also

IGridTransformation Interface