Home > All Other Interfaces > ITerrainDynamicObject > FontName

FontName

The name of the font (e.g., Arial) of the dynamic text label (valid only for DYNAMIC_TEXT_LABEL type).

 

JavaScript

 

 

 

 

FontName

 

C#

 

 

 

 

string FontName { get; set; }

 

C++

 

 

 

 

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

HRESULT FontName([in] BSTR pVal)