APIInsertAddonDesignerLine Method |
Inserts New Designer Line to Addon Table.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string InsertAddonDesignerLine(
string TextToInsert
)
Parameters
- TextToInsert
- Type: SystemString
[Missing <param name="TextToInsert"/> documentation for "M:AppRobotic.API.InsertAddonDesignerLine(System.String)"]
Return Value
Type:
StringReturns Success string if successful, error message string if failed.
See Also