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


IImageServerInit3.ViewID Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit3.ViewID Property

The current image view ID.

[Visual Basic .NET]
Public Property ViewID As String
[C#]
public string ViewID {get; set;}
[C++]
HRESULT get_ViewID(
  System.String* pVID
);
[C++]
HRESULT put_ViewID(
  BSTR pVID
);
[C++]

Parameters pVID [out, retval]
pVID is a parameter of type BSTR* pVID [in]
pVID is a parameter of type BSTR

Product Availability

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

See Also

IImageServerInit3 Interface