IRasterTypeHistory Interface

Provides access to members that control raster type history.

Members

Name Description
Method GetAllRasterTypeInstances Returns all available raster type instances.
Method GetOverviewInstances Returns all raster type instances corresponding to overview schemas.
Method GetRasterTypeInstance Returns the raster type object associated with the specified instance ID.
Method GetSelectedRasterTypeInstances Returns all raster type instances associated with selected catalog items.
Method UpdateRasterTypeInstance Updates or adds the specified raster type object to the collection. Returns the ID of the updated or newly added instance.

IRasterTypeHistory.GetAllRasterTypeInstances Method

Returns all available raster type instances.

Public Function GetAllRasterTypeInstances ( _
) As IArray
public IArray GetAllRasterTypeInstances (
);

IRasterTypeHistory.GetOverviewInstances Method

Returns all raster type instances corresponding to overview schemas.

Public Function GetOverviewInstances ( _
) As IArray
public IArray GetOverviewInstances (
);

IRasterTypeHistory.GetRasterTypeInstance Method

Returns the raster type object associated with the specified instance ID.

Public Function GetRasterTypeInstance ( _
    ByVal InstanceID As Integer _
) As IRasterType
public IRasterType GetRasterTypeInstance (
    int InstanceID
);

IRasterTypeHistory.GetSelectedRasterTypeInstances Method

Returns all raster type instances associated with selected catalog items.

Public Function GetSelectedRasterTypeInstances ( _
    ByVal pSelectionParameters As ISelectionParameters _
) As IArray
public IArray GetSelectedRasterTypeInstances (
    ISelectionParameters pSelectionParameters
);

IRasterTypeHistory.UpdateRasterTypeInstance Method

Updates or adds the specified raster type object to the collection. Returns the ID of the updated or newly added instance.

Public Function UpdateRasterTypeInstance ( _
    ByVal pRasterTypeInstance As IRasterType _
) As Integer
public int UpdateRasterTypeInstance (
    IRasterType pRasterTypeInstance
);

Classes that implement IRasterTypeHistory

Classes Description

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