Click or drag to resize

AlignedFormatInsertSegment Method

Inserts a new TelegramFormatSegment at the specified index.

Namespace:  Demo3D.HLE.Comms.Telegram
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 15.0.2.11458
Syntax
C#
public override void InsertSegment(
	TelegramFormatSegment segment,
	int index
)

Parameters

segment
Type: Demo3D.HLE.Comms.TelegramTelegramFormatSegment
Segment to insert.
index
Type: SystemInt32
Specified index.
See Also