Revit 2026 API
Assembly |
Returns the AssemblyCodeTable for the specified document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static AssemblyCodeTable GetAssemblyCodeTable( Document doc )
Public Shared Function GetAssemblyCodeTable ( doc As Document ) As AssemblyCodeTable
public: static AssemblyCodeTable^ GetAssemblyCodeTable( Document^ doc )
static member GetAssemblyCodeTable : doc : Document -> AssemblyCodeTable
Parameters
- doc Document
- The document owns the AssemblyCodeTable.
Return Value
AssemblyCodeTableThe AssemblyCodeTable for the document.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also