ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.BoundaryGeometry Property

The associated boundary as a geometry.

[Visual Basic .NET]
Public ReadOnly Property BoundaryGeometry As IGeometry
[C#]
public IGeometry BoundaryGeometry {get;}
[C++]
HRESULT get_BoundaryGeometry(
  IGeometry** ppBoundaryGeometry
);
[C++]

Parameters

ppBoundaryGeometry [out, retval]

  ppBoundaryGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IMosaicDataset Interface