This document is archived and information here might be outdated. Recommended version. |
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