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


IImageViewOperation.GetImageView Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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