This document is archived and information here might be outdated. Recommended version. |
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*
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.