IMosaicDatasetViewManager Interface

Provides access to members that control a mosaic dataset view manager.

Members

Name Description
Method Clear Clears all associations between mosaic datasets and image views.
Method GetActiveView Retreives the active image view associated with the mosaic dataset.
Method SetActiveView Sets the active image view associated with the mosaic dataset.

IMosaicDatasetViewManager.Clear Method

Clears all associations between mosaic datasets and image views.

Public Sub Clear ( _
)
public void Clear (
);

IMosaicDatasetViewManager.GetActiveView Method

Retreives the active image view associated with the mosaic dataset.

Public Function GetActiveView ( _
    ByVal pMosaicDataset As IMosaicDataset _
) As String
public string GetActiveView (
    IMosaicDataset pMosaicDataset
);

IMosaicDatasetViewManager.SetActiveView Method

Sets the active image view associated with the mosaic dataset.

Public Sub SetActiveView ( _
    ByVal pMosaicDataset As IMosaicDataset, _
    ByVal sViewName As String _
)
public void SetActiveView (
    IMosaicDataset pMosaicDataset,
    string sViewName
);

Classes that implement IMosaicDatasetViewManager

Classes Description
MosaicDatasetViewManager The view manager object.

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