_IOdaHostAppEvents_SetLimitEventHandler
Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public delegate void _IOdaHostAppEvents_SetLimitEventHandler(
int nMax
)
Public Delegate Sub _IOdaHostAppEvents_SetLimitEventHandler (
nMax As Integer
)
public delegate void _IOdaHostAppEvents_SetLimitEventHandler(
[InAttribute] int nMax
)
type _IOdaHostAppEvents_SetLimitEventHandler =
delegate of
nMax : int -> unit
Parameters
- nMax Int32
-
See Also