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


IImageServer4.GetView Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServer4.GetView Method

Gets the view of a given view ID.

[Visual Basic .NET]
Public Function GetView ( _
    ByVal VID As String _
) As IImageView
[C#]
public IImageView GetView (
    string VID
);
[C++]
HRESULT GetView(
  BSTR VID,
  IImageView** ppView
);
[C++]

Parameters VID [in] VID is a parameter of type BSTR ppView [out, retval]
ppView is a parameter of type IImageView

Product Availability

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

See Also

IImageServer4 Interface