IAcadModelSpaceAddRegion
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
Object AddRegion(
        Object ObjectList
)
 
Function AddRegion ( 
        ObjectList As Object
) As Object
 
Object^ AddRegion(
        [InAttribute] Object^ ObjectList
)
 
abstract AddRegion : 
        ObjectList : Object -> Object 
 
 
 
Parameters
- ObjectList  Object
 
-  
 
Return Value
Object
Implements
IAcadBlockAddRegion(Object)
 
See Also