SymbolFormatsReplaceFormats Method |
Replace all current telegram formats with the provided.
Namespace:
Demo3D.HLE.Comms.Telegram
Assembly:
Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.04.00
Syntaxpublic void ReplaceFormats(
IEnumerable<TelegramFormat> newFormats
)
Parameters
- newFormats
- Type: System.Collections.GenericIEnumerableTelegramFormat
Provided formats.
See Also