ArcObjects Library Reference (Schematic)  

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