This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyNode Interface > ITopologyNode.IsDegreeKnown Property (ArcObjects .NET 10.4 SDK) |
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