This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.BoundaryGeometry Property (ArcObjects .NET 10.5 SDK) |
Returns the boundary geometry associated with all mosaic dataset items that belong to the specified image view.
[Visual Basic .NET] Public Function get_BoundaryGeometry ( _ ByVal sViewID As String _ ) As IGeometry
[C#] public IGeometry get_BoundaryGeometry ( string sViewID );
[C++]
HRESULT get_BoundaryGeometry(
BSTR sViewID,
IGeometry** ppBoundaryGeometry
);
[C++]
Parameters sViewID [in] sViewID is a parameter of type BSTR ppBoundaryGeometry [out, retval]
ppBoundaryGeometry is a parameter of type IGeometry