Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
AcadDocument Open(
string FullName,
[OptionalAttribute] Object Password
)
Function Open (
FullName As String,
<OptionalAttribute> Password As Object
) As AcadDocument
AcadDocument^ Open(
[InAttribute] String^ FullName,
[OptionalAttribute] [InAttribute] Object^ Password
)
abstract Open :
FullName : string *
[<OptionalAttribute>] Password : Object -> AcadDocument
Parameters
- FullName String
-
- Password Object (Optional)
-
Return Value
AcadDocument
See Also