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