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


IImageViewOperation.GetImageView Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IImageViewOperation Interface > IImageViewOperation.GetImageView Method
ArcGIS Developer Help

IImageViewOperation.GetImageView Method

Loads the specified image view object.

[Visual Basic .NET]
Public Function GetImageView ( _
    ByVal sViewID As String _
) As IBasicImageView
[C#]
public IBasicImageView GetImageView (
    string sViewID
);
[C++]
HRESULT GetImageView(
  BSTR sViewID
);
[C++]
Parameters
sViewID [in]

sViewID is a parameter of type BSTR

Product Availability

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

See Also

IImageViewOperation Interface