Click or drag to resize

SymbolFormatsFind Method

Returns an identified TelegramFormat, or null.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public TelegramFormat? Find(
	string name
)

Parameters

name
Type: SystemString
Format name.

Return Value

Type: TelegramFormat
The identified format, or null.
See Also