IiFeatureRowChangerChangeRow 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: 23.0
Syntax Sub ChangeRow (
featureName As String,
rowSpec As Object
)
void ChangeRow(
string featureName,
Object rowSpec
)
Parameters
- featureName
- Type: SystemString
The name of the iFeature or sheet metal punch tool. - rowSpec
- Type: SystemObject
A row index (integer) or member name (string).
See Also