get_custom_property_name method

get_custom_property_name

Return a custom property name at the specified index.

Returns

Custom property name at the specified index.

def get_custom_property_name(self, index):
    ...
ParameterTypeDescription
indexintThe zero-based index of a custom property to get.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentOutOfRangeException))Index is less than zero. Index is equal to or greater than Count.

See Also