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


ITerrainEmbeddedDataSource.ToBeEmbedded Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbToBeEmbedded
);
[C++]

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

Product Availability

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

See Also

ITerrainEmbeddedDataSource Interface