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


IMosaicDataset.BoundaryGeometry Property (ArcObjects .NET 10.5 SDK)
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