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