Returns the AssemblyCodeTable for the specified document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static AssemblyCodeTable GetAssemblyCodeTable(
Document doc
)
Parameters
- doc Document
-
The document owns the AssemblyCodeTable.
Return Value
AssemblyCodeTable
The AssemblyCodeTable for the document.
Exceptions
See Also
Reference