Revit 2023 API |
DocumentSavingAsEventArgs..::..PathName Property |
DocumentSavingAsEventArgs Class See Also |
Target path to which the document is to be saved.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2010
Syntax
C# |
---|
public string PathName { get; } |
Visual Basic |
---|
Public ReadOnly Property PathName As String Get |
Visual C++ |
---|
public: property String^ PathName { String^ get (); } |