ICrossSectionBridge Interface |
Namespace: DHI.Mike1D.CrossSectionModule
The ICrossSectionBridge type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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
|
Name | Description | |
---|---|---|
![]() | 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.
|