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