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