ComponentArgumentWidening Conversion (String() to ComponentArgument) |
Converts an array of items.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
SyntaxPublic Shared Widening Operator CType (
pathItems As String()
) As ComponentArgument
public static implicit operator ComponentArgument (
string[] pathItems
)
Parameters
- pathItems
- Type:System.String()
Return Value
Type:
ComponentArgument
See Also