This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit3 Interface > IImageServerInit3.View Property (ArcObjects .NET 10.4 SDK) |
The current image view.
[Visual Basic .NET] Public Property View As IImageView
[C#] public IImageView View {get; set;}
[C++]
HRESULT get_View(
IImageView** ppView
);
[C++]
HRESULT putref_View(
IImageView* ppView
);
[C++]
Parameters ppView [out, retval]
ppView is a parameter of type IImageView ppView [in]
ppView is a parameter of type IImageView