| Revit 2017 API |
| ExportFontTable..::..Item Property |
| ExportFontTable Class See Also |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Syntax
| C# |
|---|
public ExportFontInfo this[ ExportFontKey fontKey ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ fontKey As ExportFontKey _ ) As ExportFontInfo Get Set |
| Visual C++ |
|---|
public: virtual property ExportFontInfo^ default[ExportFontKey^ fontKey] { ExportFontInfo^ get (ExportFontKey^ fontKey) sealed; void set (ExportFontKey^ fontKey, ExportFontInfo^ value) sealed; } |
Parameters
- fontKey
- Type: Autodesk.Revit.DB..::..ExportFontKey