smin_sample_value property

smin_sample_value property

Gets or sets the min sample value. The value has a field type which best matches the sample data (Byte, Short or Long type).

Definition:

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

See Also