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


ITopologyGraph.IsPosting Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* posting
);
[C++]

Parameters posting [out, retval] posting is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITopologyGraph Interface