This document is archived and information here might be outdated.  Recommended version.


IMosaicDatasetOperation3.BoundaryGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation3 Interface > IMosaicDatasetOperation3.BoundaryGeometry Property
ArcGIS Developer Help

IMosaicDatasetOperation3.BoundaryGeometry Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicDatasetOperation3 Interface