FilePathBaseFilePath Property |
If the path is relative, a BaseFilePath can be set. If a
BaseFilePath is not set, then the CurrentDirectory will be used
as BaseFilePath. For absolute paths, BaseFilePath is ignored.
Only the directory part of the BaseFilePath is used.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IFilePath BaseFilePath { get; set; }
Public Property BaseFilePath As IFilePath
Get
Set
public:
virtual property IFilePath^ BaseFilePath {
IFilePath^ get () sealed;
void set (IFilePath^ value) sealed;
}
Property Value
Type:
IFilePathImplements
IFilePathBaseFilePathSee Also