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)
Syntaxprotected abstract int PositionOfChild(
PacketIO child
)
Parameters
- child
- Type: Demo3D.IOPacketIO
The child packet.
Return Value
Type:
Int32The current absolute position of the child packet.
See Also