Share

IManagedLeaderNotes.TryGetItem Method

Try to get a managed leader 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 leaderNote As IManagedLeaderNote
) As Boolean

C#

bool TryGetItem(
	string name,
	ref IManagedLeaderNote leaderNote
)

Parameters

name
Type: System.String
The name of the leader note.
leaderNote
Type: Autodesk.iLogic.Interfaces.IManagedLeaderNote
The found item, or Nothing if not found.

Return Value

Type: Boolean
True if the item was found.

See Also

Reference

Was this information helpful?