Boundary code of node. 0 means not a boundary node.
Namespace: DHI.Generic.MikeZero.DFS.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic int[] Code { get; set; }
Public Property Code As Integer()
Get
Set
public:
virtual property array<int>^ Code {
array<int>^ get () sealed;
void set (array<int>^ value) sealed;
}
abstract Code : int[] with get, set
override Code : int[] with get, set
Property Value
Type:
Int32Implements
IDfsuFileCode
See Also