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


ITerrainDataSource.Embedded 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.Embedded Property
ArcGIS Developer Help

ITerrainDataSource.Embedded Property

Indicates whether or not the data source is contained by the terrain.

[Visual Basic .NET]
Public ReadOnly Property Embedded As Boolean
[C#]
public bool Embedded {get;}
[C++]
HRESULT get_Embedded(
  Boolean* pbEmbedded
);
[C++]
Parameters
pbEmbedded [out, retval]

pbEmbedded is a parameter of type bool*

Product Availability

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

Description

Indicates whether the feature class is embedded in the terrain. If set to TRUE the feature class is contained by the terrain, rather than referenced by it like regular feature classes, and is not visible from ArcCatalog. Operations on it must be performed through terrain related functions.

See Also

ITerrainDataSource Interface