This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pVersion
);
[C++] Parameters pVersion [in]
pVersion is a parameter of type long pVersion [out, retval]
pVersion is a parameter of type long*