Mike1DDataCrossSections Property  | 
 
            Cross section data access. Provides access to all input data that defines the cross sections.
            
 
    Namespace: 
   DHI.Mike1D.Mike1DDataAccess
    Assembly:
   DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic CrossSectionData CrossSections { get; set; }Public Property CrossSections As CrossSectionData
	Get
	Set
public:
property CrossSectionData^ CrossSections {
	CrossSectionData^ get ();
	void set (CrossSectionData^ value);
}Property Value
Type: 
CrossSectionData
See Also