Indicates if Visibility of an attribute label.
[Visual Basic .NET] Public Property IsVisible As Boolean
[C#] public bool IsVisible {get; set;}
[C++]
HRESULT get_IsVisible(
VARIANT_BOOL* blnIsVisible
);
[C++]
HRESULT put_IsVisible(
VARIANT_BOOL blnIsVisible
);
[C++]Parameters
blnIsVisible [out, retval] blnIsVisible is a parameter of type VARIANT_BOOL blnIsVisible [in] blnIsVisible is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.