IAcadPlotConfigurationGetWindowToPlot
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void GetWindowToPlot(
        out Object LowerLeft,
        out Object UpperRight
)
 
Sub GetWindowToPlot ( 
        <OutAttribute> ByRef LowerLeft As Object,
        <OutAttribute> ByRef UpperRight As Object
)
 
void GetWindowToPlot(
        [OutAttribute] Object^% LowerLeft, 
        [OutAttribute] Object^% UpperRight
)
 
abstract GetWindowToPlot : 
        LowerLeft : Object byref * 
        UpperRight : Object byref -> unit 
 
 
 
Parameters
- LowerLeft  Object
 
-  
 
- UpperRight  Object
 
-  
 
 
See Also