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


IRasterTypeProperties2.Version Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeProperties2.Version Property

The version number associated with the raster type.

[Visual Basic .NET]
Public Property Version As Integer
[C#]
public int Version {get; set;}
[C++]
HRESULT get_Version(
  long* pVersion
);
[C++]
HRESULT put_Version(
  long pVersion
);
[C++]

Parameters pVersion [out, retval] pVersion is a parameter of type long pVersion [in] pVersion is a parameter of type long

Product Availability

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

See Also

IRasterTypeProperties2 Interface