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


ISchematicElement.Displayed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElement Interface > ISchematicElement.Displayed Property
ArcGIS Developer Help

ISchematicElement.Displayed Property

Indicates if the element is displayed.

[Visual Basic .NET]
Public Property Displayed As Boolean
[C#]
public bool Displayed {get; set;}
[C++]
HRESULT get_Displayed(
  Boolean* Displayed
);
[C++]
HRESULT put_Displayed(
  VARIANT_BOOL Displayed
);
[C++]
Parameters
Displayed [out, retval]

Displayed is a parameter of type bool* Displayed [in]
Displayed is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElement Interface