ArcObjects Library Reference (DefenseSolutions)  

IAttributeText2.IsVisible Property

Indicates whether the attribute text is visible.

[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.

See Also

IAttributeText2 Interface