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