AcadDocumentClassOpen Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual AcadDocument Open(
string FullName,
[OptionalAttribute] Object Password
)
Public Overridable Function Open (
FullName As String,
<OptionalAttribute> Password As Object
) As AcadDocument
public:
virtual AcadDocument^ Open(
[InAttribute] String^ FullName,
[OptionalAttribute] [InAttribute] Object^ Password
)
abstract Open :
FullName : string *
[<OptionalAttribute>] Password : Object -> AcadDocument
override Open :
FullName : string *
[<OptionalAttribute>] Password : Object -> AcadDocument
Parameters
- FullName
- Type: SystemString
- Password (Optional)
- Type: SystemObject
Return Value
Type:
AcadDocument
Implements
IAcadDocumentOpen(String, Object)
See Also