Revit 2020.1 API |
DocumentOpeningEventArgs..::..DocumentType Property |
DocumentOpeningEventArgs Class See Also |
Type of the document, e.g. Project or Template.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
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 (); } |