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