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


IMosaicFunctionArguments.Boundary Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.Boundary Property
ArcGIS Developer Help

IMosaicFunctionArguments.Boundary Property

The mosaic boundary.

[Visual Basic .NET]
Public Property Boundary As Object
[C#]
public object Boundary {get; set;}
[C++]
HRESULT get_Boundary(
  IUnknown Pointer* ppBoundary
);
[C++]
HRESULT putref_Boundary(
  LPUNKNOWN ppBoundary
);
[C++]
Parameters
ppBoundary [out, retval]

ppBoundary is a parameter of type IUnknown* ppBoundary [in]
ppBoundary is a parameter of type IUnknown

Product Availability

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

See Also

IMosaicFunctionArguments Interface