Interface Embankment

Export

Embankment

interface Embankment {
    downstreamProtectionType?: LookupType;
    downstreamSideSlope?: number;
    lengthUnits?: string;
    location: Location;
    maxHeight?: number;
    projectId: CwmsId;
    structureLength?: number;
    structureType?: LookupType;
    topWidth?: number;
    upstreamProtectionType?: LookupType;
    upstreamSideSlope?: number;
}

Properties

downstreamProtectionType?: LookupType

Memberof

Embankment

downstreamSideSlope?: number

Memberof

Embankment

lengthUnits?: string

Memberof

Embankment

location: Location

Memberof

Embankment

maxHeight?: number

Memberof

Embankment

projectId: CwmsId

Memberof

Embankment

structureLength?: number

Memberof

Embankment

structureType?: LookupType

Memberof

Embankment

topWidth?: number

Memberof

Embankment

upstreamProtectionType?: LookupType

Memberof

Embankment

upstreamSideSlope?: number

Memberof

Embankment