ISheetMetalSetActiveStyle Method |
Set the active Sheet Metal Rule.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Sub SetActiveStyle (
styleName As String,
Optional kFactor As Double = 0
)
void SetActiveStyle(
string styleName,
double kFactor = 0
)
Parameters
- styleName
- Type: SystemString
The name of the rule. (Not case-sensitive.) - kFactor (Optional)
- Type: SystemDouble
This is obsolete: the K factor (if applicable) associated with the rule will be used.
See Also