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 > IImageView Interface > IImageView.VID Property (ArcObjects .NET 10.5 SDK) |
The image view ID.
[Visual Basic .NET] Public Property VID As String
[C#] public string VID {get; set;}
[C++]
HRESULT get_VID(
BSTR* pVID
);
[C++]
HRESULT put_VID(
BSTR pVID
);
[C++]
Parameters pVID [out, retval] pVID is a parameter of type BSTR pVID [in] pVID is a parameter of type BSTR