Home > All Other Interfaces > ITerrainDynamicObject > FileName

FileName

A full path name or a URL to a model or an image file that this object should use. The DynamicType property determines the actual file type that should be used. This property is ignored for DYNAMIC_TEXT_LABEL and DYNAMIC_VIRTUAL types.

 

JavaScript

 

 

 

 

FileName

 

C#

 

 

 

 

string FileName { get; set; }

 

C++

 

 

 

 

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

HRESULT FileName([in] BSTR pVal)