Share

IiPartRowChanger.RowName Method

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: String
The member name.

See Also

Reference

Was this information helpful?