This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElement Interface > ISchematicElement.Displayed Property (ArcObjects .NET 10.5 SDK) |
Indicates if the element is displayed.
[Visual Basic .NET] Public Property Displayed As Boolean
[C#] public bool Displayed {get; set;}
[C++]
HRESULT get_Displayed(
VARIANT_BOOL* Displayed
);
[C++]
HRESULT put_Displayed(
VARIANT_BOOL Displayed
);
[C++]
Parameters Displayed [out, retval] Displayed is a parameter of type VARIANT_BOOL Displayed [in] Displayed is a parameter of type VARIANT_BOOL