Share

IiFeatureRowChanger.FindRow Method

Finds and 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

Function FindRow ( 
	featureName As String,
	ParamArray sizeArgs As Object()
) As Integer

C#

int FindRow(
	string featureName,
	params Object[] sizeArgs
)

Parameters

featureName
Type: System.String
The name of the iFeature or sheet metal punch tool.
sizeArgs
Type:  System.Object[]
A list of column header names, operators, and values, e.g. "Dia", "=", 0.5, "Length", "=", 2.0.

Return Value

Type: Int32
If a matching row is found, the row index is returned. If not, a value of -1 will be returned.

See Also

Reference

Was this information helpful?