ICrossSectionBridge Interface

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

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface ICrossSectionBridge

Properties

CanSave return true iff this bridge can save data
CrossSectionData set the object to be filled in and/or saved
FileExtension return the standard file extension, including the dot ".", or empty string if not applicable
FilterForOpen can set a filter for partial loading.
Specification any additional information used by a particular bridge

Methods

Open Load data, repsectiving any FilterForOpen if set.
Save (try to) save all cross sections, return number saved
SaveSelected (try to) save all cross sections that have Selected = true, return number saved
Validate Check the data source, return true iff ok.

See Also