Home > All Other Interfaces > ITerrainDynamicObject > Text

Text

If dynamic object type is DYNAMIC_TEXT_LABEL, this is the text of the label that follows the dynamic object route.

 

JavaScript

 

 

 

 

Text

 

C#

 

 

 

 

string Text { get; set; }

 

C++

 

 

 

 

HRESULT Text([out, retval] BSTR* pVal)

HRESULT Text([in] BSTR pVal)