Revit 2020.1 API |
Document..::..Application Property |
Document Class See Also |
Returns the Application in which the Document resides.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Syntax
C# |
---|
public Application Application { get; } |
Visual Basic |
---|
Public ReadOnly Property Application As Application Get |
Visual C++ |
---|
public: property Application^ Application { Application^ get (); } |