DocumentOpeningEventArgs.PathName Property

DocumentOpeningEventArgsPathName Property

Path of the document to be opened.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string PathName { get; }
Public ReadOnly Property PathName As String
	Get
public:
property String^ PathName {
	String^ get ();
}
member PathName : string with get

Property Value

String
See Also