| FeatureManagerExReplaceComFeatureTMacroFeature Method (IFeatureManager, IFeature) |
Replaces existing macro feature with a new one preserving the parameters
Namespace:
SolidWorks.Interop.sldworks
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public static IFeature ReplaceComFeature<TMacroFeature>(
this IFeatureManager featMgr,
IFeature feat
)
where TMacroFeature : MacroFeatureEx
<ExtensionAttribute>
Public Shared Function ReplaceComFeature(Of TMacroFeature As MacroFeatureEx) (
featMgr As IFeatureManager,
feat As IFeature
) As IFeature
public:
[ExtensionAttribute]
generic<typename TMacroFeature>
where TMacroFeature : MacroFeatureEx
static IFeature^ ReplaceComFeature(
IFeatureManager^ featMgr,
IFeature^ feat
)
Parameters
- featMgr
- Type: IFeatureManager
Pointer to feature manager - feat
- Type: IFeature
Pointer to feature to replace
Type Parameters
- TMacroFeature
- Type of macro feature
Return Value
Type:
IFeatureNe replaced feature
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IFeatureManager. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also