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


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

ITopologyNode.IsDegreeKnown Property

Indicates if the degree of this node is known. Nodes constructed from edges that are partially outside the build extent have unknown degrees.

[Visual Basic .NET]
Public ReadOnly Property IsDegreeKnown As Boolean
[C#]
public bool IsDegreeKnown {get;}
[C++]
HRESULT get_IsDegreeKnown(
  Boolean* degreeKnown
);
[C++]
Parameters
degreeKnown [out, retval]

degreeKnown is a parameter of type bool*

Product Availability

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

See Also

ITopologyNode Interface