ArcObjects Library Reference (Carto)  

IImageView.VID Property

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

Product Availability

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

See Also

IImageView Interface