create_instance method

create_instance

Creates a new data type instance.

Returns

Tiff tag data type

def create_instance(self, data_type, tag_id):
    ...
ParameterTypeDescription
data_typeintThe data type instance.
tag_idintThe tag id.

See Also