segment_direction property

segment_direction property

Gets or sets the segment direction.

Definition:

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

See Also