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


ITopologyGraph2.HasPseudoNodes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyGraph2 Interface > ITopologyGraph2.HasPseudoNodes Property
ArcGIS Developer Help

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(
  Boolean* HasPseudoNodes
);
[C++]
Parameters
HasPseudoNodes [out, retval]

HasPseudoNodes is a parameter of type bool*

Product Availability

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

See Also

ITopologyGraph2 Interface