AttributeSets.NameIsUsed Property
Parent Object: AttributeSetsDescription
Property that returns whether an existing attribute set has the specified name or not. Multiple AttributeSets with the same name are not allowed within this collection. Returns True if the name is already being used.
Syntax
AttributeSets.NameIsUsed( AttributeSetName As String ) As BooleanProperty Value
This is a read only property whose value is a Boolean.Parameters
Name | Type | Description |
AttributeSetName | String | Input String value containing the attribute set name to check. |