WorksharedOperationProgressChangedEventArgs.Location Property

WorksharedOperationProgressChangedEventArgsLocation Property

Full path of the central model which is to be operated.

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

Property Value

String
Remarks
For C4R model, it looks like 'Autodesk Docs://My project/my model.rvt'.
See Also