IAcadPlotConfigurationSetWindowToPlot
Method
|
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
void SetWindowToPlot(
Object LowerLeft,
Object UpperRight
)
Sub SetWindowToPlot (
LowerLeft As Object,
UpperRight As Object
)
void SetWindowToPlot(
[InAttribute] Object^ LowerLeft,
[InAttribute] Object^ UpperRight
)
abstract SetWindowToPlot :
LowerLeft : Object *
UpperRight : Object -> unit
Parameters
- LowerLeft Object
-
- UpperRight Object
-
See Also