ArcObjects Library Reference (GeoDatabase)  

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