BridgeTabulatedBridgeTableFilePath Property  | 
 
            Holds the filename and path of the bridge table file
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic FilePath BridgeTableFilePath { get; set; }Public Property BridgeTableFilePath As FilePath
	Get
	Set
public:
virtual property FilePath^ BridgeTableFilePath {
	FilePath^ get () sealed;
	void set (FilePath^ value) sealed;
}Property Value
Type: 
FilePath
See Also