ICrossSectionBridgeValidate Method |
Check the data source, return true iff ok.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool Validate(
out string sErrMsg
)
Function Validate (
<OutAttribute> ByRef sErrMsg As String
) As Boolean
bool Validate(
[OutAttribute] String^% sErrMsg
)
Parameters
- sErrMsg
- Type: SystemString
string with any error message, otherwise empty string
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.ICrossSectionBridge.Validate(System.String@)"]
See Also