Click or drag to resize

CodeStack.SwEx.MacroFeature.Base Namespace

Base classes and abstractions of framework
Classes
  ClassDescription
Public classMacroFeatureRebuildBodyResult
Represents the result of macro feature where macro feature holds the body or pattern of bodies
Public classMacroFeatureRebuildResult
Represents the result of the macro feature regeneration method which should be returned from OnRebuild(ISldWorks, IModelDoc2, IFeature)
Public classMacroFeatureRebuldStatusResult
Represents the status result from macro feature and optional error message
Public classParameterConverter
Specific implementation of IParameterConverter
Public classParametersVersionConverter
Specific implementation of IParametersVersionConverter
Interfaces
  InterfaceDescription
Public interfaceIMacroFeatureHandler
Public interfaceIParameterConverter
Represents the conversion routines between this version of parameters and previous version of the parameters
Public interfaceIParametersVersionConverter
Mechanism allowing to support backward compatibility of the macro feature parameters across the versions. This interface is coupled with ParametersVersionAttribute
Enumerations