Gets the current row member name.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Function RowName ( componentName As Object ) As String
C#
string RowName( Object componentName )
Parameters
- componentName
- Type: System.Object
The component name or path.
Return Value
Type: StringThe member name.