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: 15.0.2.11458
Syntax
C#
public sealed class SymbolFormats

The SymbolFormats type exposes the following members.

Properties
  NameDescription
Public propertyAll
List of all applied telegram formats in order.
Top
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 methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also