Click or drag to resize

IParameterConverterConvertSelections Method

Converts selections 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
Object[] ConvertSelections(
	IModelDoc2 model,
	IFeature feat,
	Object[] selection
)

Parameters

model
Type: IModelDoc2
Pointer to current model
feat
Type: IFeature
Pointer to current feature
selection
Type: SystemObject
Array of selections from previous version

Return Value

Type: Object
Selections correspond to new version of macro feature
See Also