MinViewingHeight

Gets and sets the minimum viewing height for which the effect object is visible. When flying lower than the MinViewingHeight, the effect object disappears.

 

JavaScript

 

MinViewingHeight

 

C#

 

double MinViewingHeight { get; set; }

 

C++

 

HRESULT MinViewingHeight([out, retval] double* pVal)

HRESULT MinViewingHeight([in] double pVal)