|
|
Check to see if you can render a given text string with given font info.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function CanRenderText2D ( _ fontInfo As TextFontInfo, _ text As String _ ) As Boolean |
| C# |
|---|
public bool CanRenderText2D( TextFontInfo fontInfo, string text ) |
| Visual C++ |
|---|
public: bool CanRenderText2D( TextFontInfo^ fontInfo, String^ text ) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..NotSupportedException | Object is Read-Only |
| System..::..ArgumentException | Argument 'fontInfo' has been Disposed |