This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicFunctionArguments Interface > IMosaicFunctionArguments.Boundary Property (ArcObjects .NET 10.5 SDK) |
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