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


IBasicImageView.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicImageView Interface > IBasicImageView.Load Method
ArcGIS Developer Help

IBasicImageView.Load Method

Loads an image view.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal vtDefinition As Object _
)
[C#]
public void Load (
    object vtDefinition
);
[C++]
HRESULT Load(
  VARIANT vtDefinition
);
[C++]
Parameters
vtDefinition [in]

vtDefinition is a parameter of type VARIANT

Product Availability

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

See Also

IBasicImageView Interface