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(
  BSTR* 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