IAcadHatch2InsertLoopAt(Int32,
AcLoopType, Object) Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void InsertLoopAt(
        int Index,
        AcLoopType LoopType,
        Object ObjectArray
)
 
Sub InsertLoopAt ( 
        Index As Integer,
        LoopType As AcLoopType,
        ObjectArray As Object
)
 
void InsertLoopAt(
        [InAttribute] int Index, 
        [InAttribute] AcLoopType LoopType, 
        [InAttribute] Object^ ObjectArray
)
 
abstract InsertLoopAt : 
        Index : int * 
        LoopType : AcLoopType * 
        ObjectArray : Object -> unit 
 
 
 
Parameters
- Index  Int32
 
-  
 
- LoopType  AcLoopType
 
-  
 
- ObjectArray  Object
 
-  
 
Implements
IAcadHatchInsertLoopAt(Int32, AcLoopType,
Object)
 
See Also