flow_direction property

flow_direction property

Gets or sets the flow direction.

Definition:

@property
def flow_direction(self):
    ...
@flow_direction.setter
def flow_direction(self, value):
    ...

See Also