This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineAttributeWindow Interface > IEngineAttributeWindow.Visible Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL vis
);
[C++]
Parameters vis [out, retval] vis is a parameter of type VARIANT_BOOL vis [in] vis is a parameter of type VARIANT_BOOL