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


IDEImageServer2.ViewID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDEImageServer2.ViewID Property

The view ID.

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

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

Product Availability

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

See Also

IDEImageServer2 Interface