ArcObjects Library Reference  (Carto)    

IImageServer.Version Property

The Image Server version number.

[Visual Basic 6.0]
Property Version As Single
[Visual Basic .NET]
Public ReadOnly Property Version As Single
[C#]
public float Version {get;}
[Java]
public Single getVersion()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Version(
  float* pVersion
);
[C++]

Parameters

pVersion [out, retval]

  pVersion is a parameter of type float

Product Availability

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

Description

Returns the version number of the Image Server

See Also

IImageServer Interface