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


ITopologyGraph.Post Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Samples

Curve conversion add-in (Code Files: CurveConversionDockWin)