| Revit 2022 API |
| DefinitionFile..::..Filename Property |
| DefinitionFile Class See Also |
This property returns the physical filename of the shared parameters file on disk.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public string Filename { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Filename As String Get |
| Visual C++ |
|---|
public: property String^ Filename { String^ get (); } |