IOdaHostApp2Recover Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
AcadDocument Recover(
string FileName,
[OptionalAttribute] Object Password
)
Function Recover (
FileName As String,
<OptionalAttribute> Password As Object
) As AcadDocument
AcadDocument^ Recover(
[InAttribute] String^ FileName,
[OptionalAttribute] [InAttribute] Object^ Password
)
abstract Recover :
FileName : string *
[<OptionalAttribute>] Password : Object -> AcadDocument
Parameters
- FileName
- Type: SystemString
- Password (Optional)
- Type: SystemObject
Return Value
Type:
AcadDocument
Implements
IOdaHostAppRecover(String, Object)
See Also