Home > All Other Interfaces > ITreeItem > ShowInViewerTree

ShowInViewerTree

A Boolean that determines if the object appears in the Project Tree when the file is viewed with the TerraExplorer Basic viewer.

 

JavaScript

 

 

 

 

ShowInViewerTree

 

C#

 

 

 

 

bool ShowInViewerTree { get; set; }

 

C++

 

 

 

 

HRESULT ShowInViewerTree([out, retval] VARIANT_BOOL* pVal)

HRESULT ShowInViewerTree([in] VARIANT_BOOL pVal)