GetAssemblyCodeTable Method


Returns the AssemblyCodeTable for the specified document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public static AssemblyCodeTable GetAssemblyCodeTable(
	Document doc
)
Visual Basic
Public Shared Function GetAssemblyCodeTable ( _
	doc As Document _
) As AssemblyCodeTable
Visual C++
public:
static AssemblyCodeTable^ GetAssemblyCodeTable(
	Document^ doc
)

Parameters

doc
Type: Autodesk.Revit.DB Document
The document owns the AssemblyCodeTable.

Return Value

The AssemblyCodeTable for the document.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL

See Also