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