ManagedComponentOccurrenceChild Method |
Gets a child component of this occurrence.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Function Child (
name As String
) As ManagedComponentOccurrence
public ManagedComponentOccurrence Child(
string name
)
Parameters
- name
- Type: SystemString
The name of the child component.
Return Value
Type:
ManagedComponentOccurrenceSee Also