Click or drag to resize

ParameterEditBodyAttribute Class

Specifies that the current property is an edit body of the macro feature. Edit bodies are used by macro feature if it is required to modify or replace any existing bodies. Edit bodies will be acquire by macro feature and replaced by the MacroFeatureRebuildBodyResult returned from OnRebuild(ISldWorks, IModelDoc2, IFeature). Multiple bodies are supported
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.MacroFeature.AttributesParameterEditBodyAttribute

Namespace:  CodeStack.SwEx.MacroFeature.Attributes
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public class ParameterEditBodyAttribute : Attribute

The ParameterEditBodyAttribute type exposes the following members.

Constructors
Remarks
See Also