| Revit 2024 API |
| GBXMLExportOptions..::..Encoding Property |
| GBXMLExportOptions Class See Also |
The encoding options to go into the processing instruction for the exported gbXML file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2020
Syntax
| C# |
|---|
public string Encoding { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Encoding As String Get |
| Visual C++ |
|---|
public: property String^ Encoding { String^ get (); } |