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


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

ITopologyGraph3.PostEx Method

Provides the invalid area of the topology graph.

[Visual Basic .NET]
Public Sub PostEx ( _
    ByVal InvalidArea As IInvalidArea _
)
[C#]
public void PostEx (
    IInvalidArea InvalidArea
);
[C++]
HRESULT PostEx(
  IInvalidArea* InvalidArea
);
[C++]
Parameters
InvalidArea 

InvalidArea is a parameter of type IInvalidArea*

Product Availability

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

See Also

ITopologyGraph3 Interface