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


ISchematicInMemoryFeature.Displayed Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeature.Displayed Property

Indicates whether or not the schematic in memory feature 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

ISchematicInMemoryFeature Interface