orthographic_view_type property

orthographic_view_type property

Gets or sets the type of the orthographic view type.

Definition:

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

See Also