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


IMosaicDatasetOperation3.BoundaryGeometry Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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