This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerInit3 Interface > IImageServerInit3.ViewID Property (ArcObjects .NET 10.5 SDK) |
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