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