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


IMosaicLayer.BoundaryLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicLayer Interface > IMosaicLayer.BoundaryLayer Property
ArcGIS Developer Help

IMosaicLayer.BoundaryLayer Property

The Boundary layer referenced by the Mosaic Layer.

[Visual Basic .NET]
Public ReadOnly Property BoundaryLayer As IFeatureLayer
[C#]
public IFeatureLayer BoundaryLayer {get;}
[C++]
HRESULT get_BoundaryLayer(
  IFeatureLayer** ppLayer
);
[C++]
Parameters
ppLayer [out, retval]

ppLayer is a parameter of type IFeatureLayer**

Product Availability

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

See Also

IMosaicLayer Interface