AcSmSheetSelSetClassAdd Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
public virtual void Add(
IAcSmComponent comp
)
Public Overridable Sub Add (
comp As IAcSmComponent
)
public:
virtual void Add(
[InAttribute] IAcSmComponent^ comp
)
abstract Add :
comp : IAcSmComponent -> unit
override Add :
comp : IAcSmComponent -> unit
Parameters
- comp
- Type: BricscadSmIAcSmComponent
Implements
IAcSmSheetSelSetAdd(IAcSmComponent)
See Also