_DAcadApplicationEventsBeginOpen Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void BeginOpen(
out string FileName
)
Sub BeginOpen (
<OutAttribute> ByRef FileName As String
)
void BeginOpen(
[InAttribute] [OutAttribute] String^% FileName
)
abstract BeginOpen :
FileName : string byref -> unit
Parameters
- FileName
- Type: SystemString
See Also