Checks whether a font key exists in the table.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool ContainsKey(
ExportFontKey exportfontKey
)
Parameters
- exportfontKey ExportFontKey
-
The export font Key.
Return Value
Boolean
True if the font key exists in the table.
Exceptions
See Also
Reference