Revit 2023 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: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public Application Application { get; } |
Visual Basic |
---|
Public ReadOnly Property Application As Application Get |
Visual C++ |
---|
public: property Application^ Application { Application^ get (); } |