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


IImageServerInit3.View Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit3 Interface > IImageServerInit3.View Property
ArcGIS Developer Help

IImageServerInit3.View Property

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*

Product Availability

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

See Also

IImageServerInit3 Interface