Revit 2023 API |
ExporterIFC..::..FileName Property |
ExporterIFC Class See Also |
The name of the IFC file being exported.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2012
Syntax
C# |
---|
public string FileName { get; } |
Visual Basic |
---|
Public ReadOnly Property FileName As String Get |
Visual C++ |
---|
public: property String^ FileName { String^ get (); } |