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