IAcadApplicationZoom Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void Zoom(
int Type,
in Object vParams
)
Sub Zoom (
Type As Integer,
ByRef vParams As Object
)
void Zoom(
[InAttribute] int Type,
[InAttribute] Object^% vParams
)
abstract Zoom :
Type : int *
vParams : Object byref -> unit
Parameters
- Type
- Type: SystemInt32
- vParams
- Type: SystemObject
See Also