Share

IiFeatureRowChanger.ChangeRow Method

Selects (activates) a row in an iFeature or sheet metal punch tool.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Sub ChangeRow ( 
	featureName As String,
	rowSpec As Object
)

C#

void ChangeRow(
	string featureName,
	Object rowSpec
)

Parameters

featureName
Type: System.String
The name of the iFeature or sheet metal punch tool.
rowSpec
Type: System.Object
A row index (integer) or member name (string).

See Also

Reference

Was this information helpful?