Share

ComponentArgument Implicit Conversion (ManagedComponentOccurrence to ComponentArgument)

Converts a component occurrence.

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

Syntax

VB

Public Shared Widening Operator CType ( 
	occurrence As ManagedComponentOccurrence
) As ComponentArgument

C#

public static implicit operator ComponentArgument (
	ManagedComponentOccurrence occurrence
)

Parameters

occurrence
Type: Autodesk.iLogic.Types.ManagedComponentOccurrence

Return Value

Type: ComponentArgument

See Also

Reference

Was this information helpful?