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
public static implicit operator ComponentOrPattern (
Object[] items
)
Parameters
- items
- Type: SystemObject
Return Value
Type:
ComponentOrPatternSee Also