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


ITopologyGraph.Post Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph Interface > ITopologyGraph.Post Method
ArcGIS Developer Help

ITopologyGraph.Post Method

Posts changes to topology elements back to their originating features. Must be used within an edit session and edit operation.

[Visual Basic .NET]
Public Sub Post ( _
    ByRef InvalidArea As IEnvelope _
)
[C#]
public void Post (
    ref IEnvelope InvalidArea
);
[C++]
HRESULT Post(
  IEnvelope** InvalidArea
);
[C++]
Parameters
InvalidArea [out]

InvalidArea is a parameter of type IEnvelope**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The ITopologyGraph::Post method should be used to commit edits performed on the topology elements of a topology graph. If the post method is not used, none of the edits performed on the graph will be committed.

See Also

ITopologyGraph Interface