Converts a name.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 25.0
Syntax
VB
Public Shared Widening Operator CType (
name As String
) As ComponentArgument
C#
public static implicit operator ComponentArgument (
string name
)
Parameters
- name
- Type: System.String
Return Value
Type:
ComponentArgument
See Also
Reference