Method CreateOccurrenceFromText
CreateOccurrenceFromText(string, string, int, ColorAlpha?, double)
Creates an occurrence from string
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateOccurrenceFromText(string text, string font = "ChicFont", int fontSize = 64, ColorAlpha? color = null, double heigth3D = 40)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | text | The occurrence's name  | 
    
| string | font | The font to use  | 
    
| int | fontSize | The font size  | 
    
| ColorAlpha? | color | The occurrence color  | 
    
| double | heigth3D | 3D height of text  | 
    
Returns
| Type | Description | 
|---|---|
| uint |