set_custom_property_value method

set_custom_property_value

Sets a named boolean custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valueboolCustom property value

set_custom_property_value

Sets a named integer custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valueintCustom property value

set_custom_property_value

Sets a named DateTime custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valueDateTimeCustom property value

set_custom_property_value

Sets a named string custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valuestrCustom property value

set_custom_property_value

Sets a named float custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valuefloatCustom property value

set_custom_property_value

Sets a named double custom property.

def set_custom_property_value(self, name, value):
    ...
ParameterTypeDescription
namestrName of the custom property to set
valuefloatCustom property value

See Also