ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbEmbedded
);
[C++]

Parameters

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