IRasterItemFunctionArguments Interface

Provides access to members that control Raster Item function arguments.

Members

Name Description
Read/write property ImageService The image service that can be an image server or name object.
Read/write property RasterID The raster item ID.
Read/write property URL The image service URL.

IRasterItemFunctionArguments.ImageService Property

The image service that can be an image server or name object.

Public Property ImageService As Object
public object ImageService {get; set;}

IRasterItemFunctionArguments.RasterID Property

The raster item ID.

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

IRasterItemFunctionArguments.URL Property

The image service URL.

Public Property URL As String
public string URL {get; set;}

Classes that implement IRasterItemFunctionArguments

Classes Description
RasterItemFunctionArguments A class for raster item function arguments.

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