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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.