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


IGridTransformation.Load Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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