CivilDocumentGetCivilDocument Method

Gets the CivilDocument object from the AutoCAD Database object.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static CivilDocument GetCivilDocument(
	Database database
)

Parameters

database  Database
The AutoCAD Database object.

Return Value

CivilDocument
The CivilDocument associated with the specified AutoCAD database; It will reutrn nullptr when the input database is nullptr.
See Also