ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainDataSource.ApplyToOverviewTerrain Property

Indicates if the 'breakline' data source should be added to the overview Terrain.

[Visual Basic .NET]
Public Property ApplyToOverviewTerrain As Boolean
[C#]
public bool ApplyToOverviewTerrain {get; set;}
[C++]
HRESULT get_ApplyToOverviewTerrain(
  VARIANT_BOOL* pbApply
);
[C++]
HRESULT put_ApplyToOverviewTerrain(
  VARIANT_BOOL pbApply
);
[C++]

Parameters

pbApply [out, retval]   pbApply is a parameter of type VARIANT_BOOL pbApply [in]   pbApply is a parameter of type VARIANT_BOOL

Product Availability

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

Description

ApplyToOverviewTerrain is a boolean that indicates whether this data source contributes to the overview representation. It's a choice for line and polygon based data. It must be set to TRUE for mass point data or an error will be returned.

The terrain overview is the coarsest representation of terrain. It's like a vector based thumbnail.

See Also

ITerrainDataSource Interface