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