Converts a general object to a ComponentArgument object.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.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:
ComponentArgumentNothing if the object is not convertible.
See Also
Reference