Click or drag to resize

ICrossSectionBridge Interface

interface definition for a bridge for loading and, optionally, saving a cross section collection.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ICrossSectionBridge

The ICrossSectionBridge type exposes the following members.

Properties
  NameDescription
Public propertyCanSave
return true iff this bridge can save data
Public propertyCrossSectionData
set the object to be filled in and/or saved
Public propertyFileExtension
return the standard file extension, including the dot ".", or empty string if not applicable
Public propertyFilterForOpen
can set a filter for partial loading.
Public propertySpecification
any additional information used by a particular bridge
Top
Methods
  NameDescription
Public methodOpen
Load data, repsectiving any FilterForOpen if set.
Public methodSave
(try to) save all cross sections, return number saved
Public methodSaveSelected
(try to) save all cross sections that have Selected = true, return number saved
Public methodValidate
Check the data source, return true iff ok.
Top
See Also