IImageServerEditResult Interface

Provides access to the Image Server Edit Result Interface.

Members

Name Description
Read-only property Code Error Code.
Read-only property Description Error Description.
Read-only property ItemID The ID of the item for which the result is being generated. Its set when the ID is not an OID. e.g. ViewId.
Read-only property RasterID The OID of the raster for which the result is being generated.
Read-only property Succeeded Success or faliure.
Read-only property Tag A string identifying the operation that generated the error

IImageServerEditResult.Code Property

Error Code.

Public ReadOnly Property Code As Integer
public int Code {get;}

IImageServerEditResult.Description Property

Error Description.

Public ReadOnly Property Description As String
public string Description {get;}

IImageServerEditResult.ItemID Property

The ID of the item for which the result is being generated. Its set when the ID is not an OID. e.g. ViewId.

Public ReadOnly Property ItemID As String
public string ItemID {get;}

IImageServerEditResult.RasterID Property

The OID of the raster for which the result is being generated.

Public ReadOnly Property RasterID As Integer
public int RasterID {get;}

IImageServerEditResult.Succeeded Property

Success or faliure.

Public ReadOnly Property Succeeded As Boolean
public bool Succeeded {get;}

IImageServerEditResult.Tag Property

A string identifying the operation that generated the error.

Public ReadOnly Property Tag As String
public string Tag {get;}

Classes that implement IImageServerEditResult

Classes Description
ImageServerEditResult An Image Server Edit Result object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.