AcadSelectionSetClassAddItems Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual void AddItems(
Object pSelSet
)
Public Overridable Sub AddItems (
pSelSet As Object
)
public:
virtual void AddItems(
[InAttribute] Object^ pSelSet
)
abstract AddItems :
pSelSet : Object -> unit
override AddItems :
pSelSet : Object -> unit
Parameters
- pSelSet
- Type: SystemObject
Implements
IAcadSelectionSetAddItems(Object)
See Also