Try to get a managed general note.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Function TryGetItem ( name As String, ByRef generalNote As IManagedGeneralNote ) As Boolean
C#
bool TryGetItem( string name, ref IManagedGeneralNote generalNote )
Parameters
- name
- Type: System.String
The name of the leader note. - generalNote
- Type: Autodesk.iLogic.Interfaces.IManagedGeneralNote
The found item, or Nothing if not found.
Return Value
Type: BooleanTrue if the item was found.