This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainDataSource Interface > ITerrainDataSource.ApplyToOverviewTerrain Property (ArcObjects .NET 10.5 SDK) |
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
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.