mask_source_id method

mask_source_id

Sets the mask source ID for the mask.

Returns

The current instance of MaskBuilder.

def mask_source_id(self, mask_source_id):
    ...
ParameterTypeDescription
mask_source_idstrThe ID of the mask source element.

Exceptions

ExceptionDescription
ArgumentExceptionThrown when maskSourceId is null or whitespace.

See Also