Gets the item with the given name. Throws an exception if none is found.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function ItemByName ( name As String ) As TManagedItem
C#
TManagedItem ItemByName( string name )
Parameters
- name
- Type: System.String
Return Value
Type: TManagedItemThe item.