Share

ComponentArgument.GetComponentArgumentFromObject Method

Converts a general object to a ComponentArgument object.

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

Syntax

VB

Public Shared Function GetComponentArgumentFromObject ( 
	obj As Object
) As ComponentArgument

C#

public static ComponentArgument GetComponentArgumentFromObject(
	Object obj
)

Parameters

obj
Type: System.Object

Return Value

Type: ComponentArgument
Nothing if the object is not convertible.

See Also

Reference

Was this information helpful?