| ParameterSelectionAttribute Class |
Specifies that the current property is a selection of the macro feature.
Selections allows to provide the relations between existing objects and this macro feature.
Not only macro feature can access those selections to update itself, but the
OnRebuild(ISldWorks, IModelDoc2, IFeature)
will be automatically triggered every time the geometry of related selections is changed enabling the parametric nature of the macro feature
Inheritance Hierarchy
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 ParameterSelectionAttribute : Attribute
Public Class ParameterSelectionAttribute
Inherits Attribute
public ref class ParameterSelectionAttribute : public Attribute
The ParameterSelectionAttribute type exposes the following members.
Constructors Remarks Supported property types are
Object (when selections can be of different entities) or a specific entity type of SOLIDWORKS (e.g.
IFace2)
To specify multiple entities set the property type of
ListTSee Also