Click or drag to resize

ComponentOrPattern  Conversion (Object to ComponentOrPattern)

Convert an array of objects. If one of the items is not convertible to a ComponentOrPattern, an exception will be thrown.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Shared Widening Operator CType ( 
	items As Object()
) As ComponentOrPattern

Parameters

items
Type: SystemObject

Return Value

Type: ComponentOrPattern
See Also