| Revit 2022 API |
| DocumentCreatingEventArgs..::..DocumentType Property |
| DocumentCreatingEventArgs Class See Also |
Type of the document which is about to be created, e.g. Project or Template.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2010
Syntax
| C# |
|---|
public DocumentType DocumentType { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DocumentType As DocumentType Get |
| Visual C++ |
|---|
public: property DocumentType DocumentType { DocumentType get (); } |