ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL pbRefine
);
[C++]

Parameters

pbRefine [out, retval]   pbRefine is a parameter of type VARIANT_BOOL pbRefine [in]   pbRefine is a parameter of type VARIANT_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