Click or drag to resize

SymbolFormatsAdd Method

Adds and appends a new TelegramFormat.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public void Add(
	TelegramFormat format
)

Parameters

format
Type: Demo3D.HLE.Comms.TelegramTelegramFormat
Format to add.
See Also