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


IMosaicFunctionArguments.Boundary Property (ArcObjects .NET 10.4 SDK)
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