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