Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.04 KB

File metadata and controls

36 lines (25 loc) · 1.04 KB

AcadDatabase.OpenReadOnly Method

Provides read-only access to the drawing database in the given file.

Syntax

C#

public static AcadDatabase OpenReadOnly(
	string fileName,
	OpenReadOnlyOptions options = null
)

VB

Public Shared Function OpenReadOnly ( 
	fileName As String,
	Optional options As OpenReadOnlyOptions = Nothing
) As AcadDatabase

Parameters

fileName
Type: string
The name of the drawing database to open.
options (Optional)
Type: OpenReadOnlyOptions
Options for opening the database.

Return Value

Type: AcadDatabase
The AcadDatabase instance. Back to Top

See Also

Reference

AcadDatabase Class
Linq2Acad Namespace