Click or drag to resize

SelectionBoxAttribute Class

Sets the current control to be a selection box
Inheritance Hierarchy
SystemObject
  SystemAttribute
    SpecificConstructorAttribute
      CodeStack.SwEx.PMPage.AttributesSelectionBoxAttribute

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public class SelectionBoxAttribute : SpecificConstructorAttribute

The SelectionBoxAttribute type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConstructorType (Inherited from SpecificConstructorAttribute.)
Top
Remarks
This attribute is applicable for properties of type Object or specific SOLIDWORKS type (e.g. IEdge, IComponent2, IFeature etc. In this case the selection box will allow single entity selection only. IListT are also supported. In this case multiple entities can be selected
See Also