Share

ComponentArgument.GetDisplayName 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: 29.0

Syntax

VB

Public Shared Function GetDisplayName ( 
	componentArgument As ComponentArgument
) As String

C#

public static string GetDisplayName(
	ComponentArgument componentArgument
)

Parameters

componentArgument
Type: Autodesk.iLogic.Types.ComponentArgument

Return Value

Type: String
The component name or path.

See Also

Reference

Was this information helpful?