This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.PutIsElementVisible Method (ArcObjects .NET 10.4 SDK) |
Set the visibility of an element.
[Visual Basic .NET] Public Sub PutIsElementVisible ( _ ByVal elementIndex As Integer, _ ByVal bVisible As Boolean _ )
[C#] public void PutIsElementVisible ( int elementIndex, bool bVisible );
[C++]
HRESULT PutIsElementVisible(
long elementIndex,
VARIANT_BOOL bVisible
);
[C++]
Parameters elementIndex [in] elementIndex is a parameter of type long bVisible [in] bVisible is a parameter of type VARIANT_BOOL