Click or drag to resize

ComponentArgumentGetDisplayName Method

Gets the component name. This might be a path. This function is recommended for use only in a message.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Shared Function GetDisplayName ( 
	componentArgument As ComponentArgument
) As String

Parameters

componentArgument
Type: Autodesk.iLogic.TypesComponentArgument

Return Value

Type: String
The component name or path.
See Also