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


ISchematicOperation.OnAddOperation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicOperation Interface > ISchematicOperation.OnAddOperation Method
ArcGIS Developer Help

ISchematicOperation.OnAddOperation Method

Executed when the operation is added in the stack.

[Visual Basic .NET]
Public Sub OnAddOperation ( _
)
[C#]
public void OnAddOperation (
);
[C++]
HRESULT OnAddOperation(
void
);

Product Availability

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

See Also

ISchematicOperation Interface