This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface2 Interface > IDynamicSurface2.RefineBoundaryMatching Property (ArcObjects .NET 10.4 SDK) |
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
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.