This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDatasetEvents Interface > ISchematicDatasetEvents.AfterDrawLayer Event (ArcObjects .NET 10.5 SDK) |
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