Method | Description | |
---|---|---|
AddSegment ( |
Adds the a segment to the facility.
|
|
DeleteSegment ( |
Removes a segment from the facility.
|
|
SlopedFacility ( FacilityType type, FacilityConfiguration configuration, |
Constructor for a sloped facility
|
|
SlopedFacility ( FacilityType type, FacilityConfiguration configuration, |
Constructor for a sloped facility
|
Method | Description | |
---|---|---|
ConfigureFacility ( ) : void |
Internal method to configure facility properties.
|
Method | Description | |
---|---|---|
GetSlopedFacility ( ) : |
public AddSegment ( |
||
segment | The segment to add. | |
return | void |
public DeleteSegment ( |
||
segment | The segment to delete. | |
return | void |
public SlopedFacility ( FacilityType type, FacilityConfiguration configuration, |
||
type | FacilityType | The FacilityType; should be Swale or SlopedPlanter |
configuration | FacilityConfiguration | The Configuration of the facility |
catchment | The catchment for the facility | |
return | System |
public SlopedFacility ( FacilityType type, FacilityConfiguration configuration, |
||
type | FacilityType | The FacilityType; should be Swale or SlopedPlanter |
configuration | FacilityConfiguration | The Configuration of the facility |
catchment | The catchment for the facility | |
segments | List |
A list of Segments to load the facility with |
return | System |