Provides functions to find and change the current row of an iFeature or sheet metal punch tool in a part.
In a rule, this interface is implemented by the predefined object named iFeature.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Public Interface IiFeatureRowChanger
C#
public interface IiFeatureRowChanger
The IiFeatureRowChanger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Tolerance |
Gets or sets a value that is used for numeric equality tests in the FindRow function.
If the difference between two numbers is less than or equal to the tolerance, they will be considered to be equal.
The default tolerance is 0.0000001.
|
Methods
Name | Description | |
---|---|---|
![]() | ChangeRow |
Selects (activates) a row in an iFeature or sheet metal punch tool.
|
![]() | CurrentRowStringValue |
Gets the text string value of the cell at the specified column in the current row.
(To set the current row, use either ChangeRow or FindRow.)
|
![]() | CurrentRowValue |
Gets the numeric value of the cell at the specified column in the current row.
(To set the current row, use either ChangeRow or FindRow.)
|
![]() | FindRow |
Finds and selects (activates) a row in an iFeature or sheet metal punch tool.
|