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


ISchematicDatasetEvents.AfterDrawLayer Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterDrawLayer Event
ArcGIS Developer Help

ISchematicDatasetEvents.AfterDrawLayer Event

Called after a schematic layer is drawn.

[Visual Basic .NET]
Public Event AfterDrawLayer As AfterDrawLayerEventHandler
[C#]
public event AfterDrawLayerEventHandler AfterDrawLayer
[C++]
HRESULT AfterDrawLayer(
  IDisplay* Display,
  esriDrawPhase DrawPhase,
  ISchematicLayer* SchematicLayer
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* DrawPhase [in]
DrawPhase is a parameter of type esriDrawPhase SchematicLayer [in]
SchematicLayer is a parameter of type ISchematicLayer*

Product Availability

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

See Also

ISchematicDatasetEvents Interface