Share

ManagedComponentOccurrence.Child Method

Gets a child component of this occurrence.

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

Syntax

VB

Public Function Child ( 
	name As String
) As ManagedComponentOccurrence

C#

public ManagedComponentOccurrence Child(
	string name
)

Parameters

name
Type: System.String
The name of the child component.

Return Value

Type: ManagedComponentOccurrence

See Also

Reference

Was this information helpful?