Click or drag to resize

SymbolFormats Class

Represents all telegram formats applied to a TelegramSymbol.
Inheritance Hierarchy
SystemObject
  Demo3D.HLE.Comms.TelegramSymbolFormats

Namespace: Demo3D.HLE.Comms.Telegram
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public sealed class SymbolFormats

The SymbolFormats type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds and appends a new TelegramFormat.
Public methodFind Returns an identified TelegramFormat, or null.
Public methodInsert Inserts a new TelegramFormat at the specified index.
Public methodRemove Removes a TelegramFormat by name.
Public methodReplaceFormats Replace all current telegram formats with the provided.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also