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


ITerrainEmbeddedDataSource.ToBeEmbedded Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainEmbeddedDataSource.ToBeEmbedded Property

Indicates the terrain will copy the data and not have a dependency on the data source after the terrain is built.

[Visual Basic .NET]
Public Property ToBeEmbedded As Boolean
[C#]
public bool ToBeEmbedded {get; set;}
[C++]
HRESULT get_ToBeEmbedded(
  VARIANT_BOOL pbToBeEmbedded
);
[C++]
HRESULT put_ToBeEmbedded(
  Boolean* pbToBeEmbedded
);
[C++]

Parameters pbToBeEmbedded [in]
pbToBeEmbedded is a parameter of type bool pbToBeEmbedded [out, retval]
pbToBeEmbedded is a parameter of type bool*

Product Availability

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

See Also

ITerrainEmbeddedDataSource Interface