Share

IManagedComponents.Item Property

Gets a component occurrence with the given name.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Default Property Item ( 
	occName As ComponentArgument
) As ManagedComponentOccurrence
	Get

C#

ManagedComponentOccurrence this[
	ComponentArgument occName
] { get; }

Parameters

occName
Type: Autodesk.iLogic.Types.ComponentArgument

Property Value

Type: ManagedComponentOccurrence

See Also

Reference

Was this information helpful?