ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunctionArguments.Boundary Property

The mosaic boundary.

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

Parameters

ppBoundary [out, retval]   ppBoundary is a parameter of type LPUNKNOWN ppBoundary [in]   ppBoundary is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMosaicFunctionArguments Interface