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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.