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: 29.0
Syntax
VB
Public Shared Widening Operator CType ( items As Object() ) As ComponentOrPattern
C#
public static implicit operator ComponentOrPattern ( Object[] items )
Parameters
- items
- Type: System.Object[]