Revit 2025 API
Definition |
This property returns the physical filename of the shared parameters file on disk.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Filename { get; }
Public ReadOnly Property Filename As String Get
public: property String^ Filename { String^ get (); }
member Filename : string with get
Property Value
StringSee Also