IOdaHostApp2Recover Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 String
-
- Password Object (Optional)
-
Return Value
AcadDocument
Implements
IOdaHostAppRecover(String,
Object)
See Also