Share

ISheetMetal.SetActiveStyle Method

Set the active Sheet Metal Rule.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

Sub SetActiveStyle ( 
	styleName As String,
	Optional kFactor As Double = 0
)

C#

void SetActiveStyle(
	string styleName,
	double kFactor = 0
)

Parameters

styleName
Type: System.String
The name of the rule. (Not case-sensitive.)
kFactor (Optional)
Type: System.Double
This is obsolete: the K factor (if applicable) associated with the rule will be used.

See Also

Reference

Was this information helpful?