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


ITopologyGraph2.HasPseudoNodes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyGraph2.HasPseudoNodes Property

Indicates if the topology graph contains pseudo nodes.

[Visual Basic .NET]
Public ReadOnly Property HasPseudoNodes As Boolean
[C#]
public bool HasPseudoNodes {get;}
[C++]
HRESULT get_HasPseudoNodes(
  VARIANT_BOOL* HasPseudoNodes
);
[C++]

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

Product Availability

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

See Also

ITopologyGraph2 Interface