ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicElement Interface