surface_type property

surface_type property

Gets or sets the type of the surface.

Definition:

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

See Also