Gets and sets a Boolean that determines whether to show or hide a feature.
Note: If the visibility of the feature’s layer is set (e.g. using IProjectTree66.SetVisibility) after setting this property, the layer setting will override this one.
| 
 JavaScript  | 
 
  | 
| 
 ShowProperty  | 
|
| 
 C#  | 
 
  | 
| 
 string ShowProperty { get; }  | 
|
| 
 C++  | 
 
  | 
| 
 HRESULT ShowProperty([out, retval] VARIANT_BOOL* pVal) HRESULT ShowProperty([in] VARIANT_BOOL* pVal)  | 
|