Revit 2026 API
IFCParameter |
Custom constructor for this element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCParameterTemplate( Document document )
Public Sub New ( document As Document )
public: IFCParameterTemplate( Document^ document )
new : document : Document -> IFCParameterTemplate
Parameters
- document Document
- The document where created template is saved.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also