This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildBoundaryParameters2 Interface > IBuildBoundaryParameters2.BoundarySimplificationMethod Property (ArcObjects .NET 10.4 SDK) |
The simplification method to simplify the geometry of the mosaic dataset boundary.
[Visual Basic .NET] Public Property BoundarySimplificationMethod As esriGeometrySimplificationMethod
[C#] public esriGeometrySimplificationMethod BoundarySimplificationMethod {get; set;}
[C++]
HRESULT get_BoundarySimplificationMethod(
esriGeometrySimplificationMethod* pSimplificationMethod
);
[C++]
HRESULT put_BoundarySimplificationMethod(
esriGeometrySimplificationMethod pSimplificationMethod
);
[C++]
Parameters pSimplificationMethod [out, retval]
pSimplificationMethod is a parameter of type esriGeometrySimplificationMethod pSimplificationMethod [in]
pSimplificationMethod is a parameter of type esriGeometrySimplificationMethod