Click or drag to resize

MacroFeatureOutdateState_e Enumeration

Namespace:  CodeStack.SwEx.MacroFeature.Base
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
[FlagsAttribute]
public enum MacroFeatureOutdateState_e
Members
  Member nameValueDescription
UpToDate0 All parameters are up-to-date
Icons1 Macro feature icon has changed and cannot be updated
Dimensions2 Macro feature dimensions have changed and cannot be upgraded
Remarks
Some of the macro feature parameters such as icons or dimensions cannot be upgraded, in this case the specific state will be returned. It is recommended to warn the user and use ReplaceComFeatureTMacroFeature(IFeatureManager, IFeature) to properly upgrade feature
See Also