| Revit 2022.1 API |
| JournalingAttribute Constructor |
| JournalingAttribute Class See Also |
Constructs a new JournalingAttribute.
Namespace: Autodesk.Revit.Attributes
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2011
Syntax
| C# |
|---|
public JournalingAttribute( JournalingMode mode ) |
| Visual Basic |
|---|
Public Sub New ( _ mode As JournalingMode _ ) |
| Visual C++ |
|---|
public: JournalingAttribute( JournalingMode mode ) |