reflectivity property

reflectivity property

Gets or sets the reflectivity.

Definition:

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

See Also