ConnectionBridgeFromExtension Method |
Get a bridge name by using the extension of the file (without the dot).
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static string BridgeFromExtension(
IFilePath filepath
)
Public Shared Function BridgeFromExtension (
filepath As IFilePath
) As String
public:
static String^ BridgeFromExtension(
IFilePath^ filepath
)
Parameters
- filepath
- Type: DHI.Mike1D.GenericIFilePath
[Missing <param name="filepath"/> documentation for "M:DHI.Mike1D.Generic.Connection.BridgeFromExtension(DHI.Mike1D.Generic.IFilePath)"]
Return Value
Type:
String[Missing <returns> documentation for "M:DHI.Mike1D.Generic.Connection.BridgeFromExtension(DHI.Mike1D.Generic.IFilePath)"]
See Also