ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* degreeKnown
);
[C++]

Parameters

degreeKnown [out, retval]   degreeKnown is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITopologyNode Interface