packed record TPolyLineZShapeRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPolyLineZShapeRecord = packed record

Description

TPolyLineZShapeRecord is the constant-length part of a PolyLineZ shape.

  TPolyLineZShapeRecord = packed record
    ShapeType: longint;
    BoundingBox: TBoundingBox;
    NumParts: longint;
    NumPoints: longint;
  end;
  

Overview

Fields

ShapeType: longint;
BoundingBox: TBoundingBox;
NumParts: longint;
NumPoints: longint;

Description

Fields

ShapeType: longint;

The value of ShapeType should be stPolyLineZ = 13.

BoundingBox: TBoundingBox;

BoundingBox represents the bounding box of the shape.

NumParts: longint;

NumParts is the number of parts in the Shape.

NumPoints: longint;

NumPoints is the number of points in the Shape.


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03