Click or drag to resize

PacketPosition Class

Represents a position in a parent packet.
Inheritance Hierarchy
SystemObject
  Demo3D.IOPacketPosition
    Demo3D.IOPacketIO
    Demo3D.IOPacketMarker

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 18.03.00
Syntax
C#
public abstract class PacketPosition

The PacketPosition type exposes the following members.

Properties
  NameDescription
Public propertyParent
Returns the parent packet, or null.
Public propertyPositionInParent
Returns the current position with respect to our parent packet.
Top
See Also