| ParameterConverterConvertSelections 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 Object[] ConvertSelections(
IModelDoc2 model,
IFeature feat,
Object[] selection
)
Public Overridable Function ConvertSelections (
model As IModelDoc2,
feat As IFeature,
selection As Object()
) As Object()
public:
virtual array<Object^>^ ConvertSelections(
IModelDoc2^ model,
IFeature^ feat,
array<Object^>^ selection
)
Parameters
- model
- Type: IModelDoc2
- feat
- Type: IFeature
- selection
- Type: SystemObject
Return Value
Type:
ObjectImplements
IParameterConverterConvertSelections(IModelDoc2, IFeature, Object)See Also