Mike1DDataResultSpecifications Property |
Specifications on how to write result files, when, what to include and where.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<ResultSpecification> ResultSpecifications { get; set; }
Public Property ResultSpecifications As List(Of ResultSpecification)
Get
Set
public:
property List<ResultSpecification^>^ ResultSpecifications {
List<ResultSpecification^>^ get ();
void set (List<ResultSpecification^>^ value);
}
Property Value
Type:
ListResultSpecificationSee Also