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


ITopologyGraph.IsPosting Property (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.IsPosting Property
ArcGIS Developer Help

ITopologyGraph.IsPosting Property

Indicates if the topology graph is posting.

[Visual Basic .NET]
Public ReadOnly Property IsPosting As Boolean
[C#]
public bool IsPosting {get;}
[C++]
HRESULT get_IsPosting(
  Boolean* posting
);
[C++]
Parameters
posting [out, retval]

posting is a parameter of type bool*

Product Availability

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

See Also

ITopologyGraph Interface