_DAcadApplicationEvents_BeginLispEventHandler Delegate
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public delegate void _DAcadApplicationEvents_BeginLispEventHandler(
string FirstLine
)
Public Delegate Sub _DAcadApplicationEvents_BeginLispEventHandler (
FirstLine As String
)
public delegate void _DAcadApplicationEvents_BeginLispEventHandler(
[InAttribute] String^ FirstLine
)
type _DAcadApplicationEvents_BeginLispEventHandler =
delegate of
FirstLine : string -> unit
Parameters
- FirstLine
- Type: SystemString
See Also