NamedEntitiesNameExists Method |
Returns true if the name exists in the collection.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
SyntaxFunction NameExists (
name As String
) As Boolean
bool NameExists(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
Boolean
See Also