This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer4 Interface > IImageServer4.GetView Method (ArcObjects .NET 10.4 SDK) |
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