Share

ComponentArgument Implicit Conversion (String[] to ComponentArgument)

Converts an array of items.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0

Syntax

VB

Public Shared Widening Operator CType ( 
	pathItems As String()
) As ComponentArgument

C#

public static implicit operator ComponentArgument (
	string[] pathItems
)

Parameters

pathItems
Type:  System.String[]

Return Value

Type: ComponentArgument

See Also

Reference

Was this information helpful?