This document is archived and information here might be outdated.  Recommended version.


IEngineAttributeWindow.Visible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineAttributeWindow Interface > IEngineAttributeWindow.Visible Property
ArcGIS Developer Help

IEngineAttributeWindow.Visible Property

Indicates if Attribute Window is visible.

[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
  VARIANT_BOOL vis
);
[C++]
HRESULT put_Visible(
  Boolean* vis
);
[C++]
Parameters
vis [in]

vis is a parameter of type bool vis [out, retval]
vis is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

See Also

IEngineAttributeWindow Interface