AttributeSet.NameIsUsed Property
Parent Object: AttributeSetDescription
Property that returns whether an existing attribute has the specific name or not. Returns True if the name is already being used.
Syntax
AttributeSet.NameIsUsed( AttributeName As String ) As BooleanProperty Value
This is a read only property whose value is a Boolean.Parameters
Name | Type | Description |
AttributeName | String | Input String value containing the attribute name to check. |