IAcSmSubsetInsertComponentAfter Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void InsertComponentAfter(
IAcSmComponent newSheet,
IAcSmComponent afterComp
)
Sub InsertComponentAfter (
newSheet As IAcSmComponent,
afterComp As IAcSmComponent
)
void InsertComponentAfter(
[InAttribute] IAcSmComponent^ newSheet,
[InAttribute] IAcSmComponent^ afterComp
)
abstract InsertComponentAfter :
newSheet : IAcSmComponent *
afterComp : IAcSmComponent -> unit
Parameters
- newSheet
- Type: BricscadSmIAcSmComponent
- afterComp
- Type: BricscadSmIAcSmComponent
See Also