Click or drag to resize

IDSet Method

Create a new ID with altered information.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public ID Set(
	RoutingInfo routingInfo,
	Object data
)

Parameters

routingInfo
Type: Demo3D.IORoutingInfo
Routing information (or null).
data
Type: SystemObject
Other packet/protocol data (header information, packet timestamps, hardware details, or null).

Return Value

Type: ID

[Missing <returns> documentation for "M:Demo3D.IO.ID.Set(Demo3D.IO.RoutingInfo,System.Object)"]

See Also