Click or drag to resize

PacketIOPositionOfChild Method

Returns the current absolute position of a direct child packet position.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
protected abstract int PositionOfChild(
	PacketIO child
)

Parameters

child
Type: Demo3D.IOPacketIO
The child packet.

Return Value

Type: Int32
The current absolute position of the child packet.
See Also