| | |
| | | public new Yw.Model.HydroVisualInfo Vmo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// 更新属性 |
| | | /// </summary> |
| | | public override void UpdateProperty() |
| | | { |
| | |
| | | this.UpdatePropStatus(nameof(this.FlowDirectionY), this.Vmo, nameof(this.Vmo.FlowDirectionY)); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新 Vmo 属性 |
| | | /// </summary> |
| | | public override void UpdateVmoProperty() |
| | | { |
| | | base.UpdateVmoProperty(); |
| | | this.Vmo.FlowDirection = this.FlowDirection; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.FlowDirection), this, nameof(this.FlowDirection)); |
| | | this.Vmo.FlowDirectionX = this.FlowDirectionX; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.FlowDirectionX), this, nameof(this.FlowDirectionX)); |
| | | this.Vmo.FlowDirectionY = this.FlowDirectionY; |
| | | this.Vmo.UpdatePropStatus(nameof(this.Vmo.FlowDirectionY), this, nameof(this.FlowDirectionY)); |
| | | } |
| | | |
| | | |
| | | } |