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


IImageServerInit3.DefineView Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit3.DefineView Method

Defines/creates a new, or overwrites an existing, view.

[Visual Basic .NET]
Public Sub DefineView ( _
    ByVal pView As IImageView _
)
[C#]
public void DefineView (
    IImageView pView
);
[C++]
HRESULT DefineView(
  IImageView* pView
);
[C++]

Parameters pView [in]
pView is a parameter of type IImageView

Product Availability

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

See Also

IImageServerInit3 Interface