This document is archived and information here might be outdated. Recommended version. |
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*