ArcObjects Library Reference (Schematic)  

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