TdxMapItemAttributes.ContainsName(string) Method
In This Article
Determines if the collection contains an attribute with a specified name.
#Declaration
#Parameters
Name | Type |
---|---|
AName | string |
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the collection contains an attribute with a name that matches AName; otherwise, False.
See Also