Click or drag to resize

IParameterConverterConvertParameters Method

Converts parameters from previous version

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
Dictionary<string, string> ConvertParameters(
	IModelDoc2 model,
	IFeature feat,
	Dictionary<string, string> parameters
)

Parameters

model
Type: IModelDoc2
Pointer to current model
feat
Type: IFeature
Pointer to current feature
parameters
Type: System.Collections.GenericDictionaryString, String
Dictionary of parameter names and values

Return Value

Type: DictionaryString, String
Parameters for the new version
Remarks
Parameters list also contains the indices for the objects in macro feature (edit bodies, selection, dimensions)
See Also