DK11 for ActiveX | TatukGIS_XDK11.TGIS_NetworkCandidate | Enums
State of node in the list of candidates.
// C# public enum TGIS_NetworkCandidate { Not = 0, New = 1, Already = 2 }
' VisualBasic Public Enum TGIS_NetworkCandidate Not = 0 New = 1 Already = 2 End Enum
// Oxygene type TGIS_NetworkCandidate = public ( Not = 0, New = 1, Already = 2 );
Name | Value | Description | |
---|---|---|---|
Not | 0 | Node is not in the list of candidates. | |
New | 1 | Node has been just added to the list of candidates. | |
Already | 2 | Node is already in the list of candidates. | |