IiPartRowChangerRowName Method |
Gets the current row member name.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Function RowName (
componentName As Object
) As String
string RowName(
Object componentName
)
Parameters
- componentName
- Type: SystemObject
The component name or path.
Return Value
Type:
StringThe member name.
See Also