Click or drag to resize

MacroFeatureRebuildResult Class

Represents the result of the macro feature regeneration method which should be returned from OnRebuild(ISldWorks, IModelDoc2, IFeature)
Inheritance Hierarchy

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 abstract class MacroFeatureRebuildResult

The MacroFeatureRebuildResult type exposes the following members.

Constructors
  NameDescription
Protected methodMacroFeatureRebuildResult
Top
Methods
  NameDescription
Public methodStatic memberFromBodies
Create the result from array of bodies
Public methodStatic memberFromBody
Creates the result from temp body
Public methodStatic memberFromStatus
Returns the status of the rebuild operation
Top
See Also