ArcObjects Library Reference (DataSourcesRaster)  

IBuildBoundaryParameters2.BoundarySimplificationMethod Property

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.

See Also

IBuildBoundaryParameters2 Interface