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


IMosaicDataset.Boundary Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset.Boundary Property

The associated boundary.

[Visual Basic .NET]
Public ReadOnly Property Boundary As IFeatureClass
[C#]
public IFeatureClass Boundary {get;}
[C++]
HRESULT get_Boundary(
  IFeatureClass** ppBoundary
);
[C++]

Parameters ppBoundary [out, retval]
ppBoundary is a parameter of type IFeatureClass

Product Availability

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

See Also

IMosaicDataset Interface