Click or drag to resize

ParameterConverterConvertParameters Method

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

Parameters

model
Type: IModelDoc2
feat
Type: IFeature
parameters
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: DictionaryString, String

Implements

IParameterConverterConvertParameters(IModelDoc2, IFeature, DictionaryString, String)
See Also