| 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
)
Function ConvertSelections (
model As IModelDoc2,
feat As IFeature,
selection As Object()
) As Object()
array<Object^>^ ConvertSelections(
IModelDoc2^ model,
IFeature^ feat,
array<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:
ObjectSelections correspond to new version of macro feature
See Also