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