IiFeatureRowChangerFindRow 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: 23.0
Syntax Function FindRow (
featureName As String,
ParamArray sizeArgs As Object()
) As Integer
int FindRow(
string featureName,
params Object[] sizeArgs
)
Parameters
- featureName
- Type: SystemString
The name of the iFeature or sheet metal punch tool. - sizeArgs
- Type: SystemObject
A list of column header names, operators, and values, e.g. "Dia", "=", 0.5, "Length", "=", 2.0.
Return Value
Type:
Int32If a matching row is found, the row index is returned. If not, a value of -1 will be returned.
See Also