This document is archived and information here might be outdated.  Recommended version.


IDynamicSurface2.RefineBoundaryMatching Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface2 Interface > IDynamicSurface2.RefineBoundaryMatching Property
ArcGIS Developer Help

IDynamicSurface2.RefineBoundaryMatching Property

Indicates whether or not to refine boundary matching.

[Visual Basic .NET]
Public Property RefineBoundaryMatching As Boolean
[C#]
public bool RefineBoundaryMatching {get; set;}
[C++]
HRESULT get_RefineBoundaryMatching(
  VARIANT_BOOL pbRefine
);
[C++]
HRESULT put_RefineBoundaryMatching(
  Boolean* pbRefine
);
[C++]
Parameters
pbRefine [in]

pbRefine is a parameter of type bool pbRefine [out, retval]
pbRefine is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Operations such as rasterization and feature interpolation are performed iteratively on chuncks of terrain data. One or more contiguous terrain tiles are used to form chunks. When using a pyramid level other than full resolution the surfaces between neighboring chunk boundaries may not align, resulting in artifacts. Setting RefineBoundaryMatching to TRUE improves the match between these boundaries.

See Also

IDynamicSurface2 Interface