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