Mike1DDataNetwork Property  | 
 
            Network data access. Provides access to input data that defines the network.
            Notice that structure data are accessed through the the network.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic Network Network { get; set; }Public Property Network As Network
	Get
	Set
public:
property Network^ Network {
	Network^ get ();
	void set (Network^ value);
}Property Value
Type: 
Network
See Also