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
public static string GetDisplayName(
ComponentArgument componentArgument
)
Parameters
- componentArgument
- Type: Autodesk.iLogic.TypesComponentArgument
Return Value
Type:
StringThe component name or path.
See Also