Mike1DBridgeGetSetupExtensionFilePath Method
Search for setup extension filename, i.e. setup file but with different extension (scripts .cs, .m1da etc.)
Namespace: DHI.Mike1D.Mike1DDataAccessAssembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
public static FilePath GetSetupExtensionFilePath(
string extension,
string skipOptionId,
string optionsId,
string fileNotFoundErrorId,
IConnection connection,
IDiagnostics diagnostics
)
- extension String
- Extension to search for
- skipOptionId String
- If this option is set, return null (skip)
- optionsId String
- If this option is set, use this as the filename
- fileNotFoundErrorId String
- Error ID if file is not found
- connection IConnection
- Connection of setup
- diagnostics IDiagnostics
- Diagnostics, for error reporting
FilePathFilePath of setup extension