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


ITerrainDataSource.ApplyToOverviewTerrain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.ApplyToOverviewTerrain Property
ArcGIS Developer Help

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(
  Boolean* pbApply
);
[C++]
Parameters
pbApply [in]

pbApply is a parameter of type bool pbApply [out, retval]
pbApply is a parameter of type 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