The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TypeOfLastItem


Unit:SDL_rot3d
Class:TRot3D
Declaration:property TypeOfLastItem: Tr3Item;

The read-only property TypeOfLastItem returns the type of the last item in the data container. This property can be used to remove certain types of graphics elements from the end of the container.

Example: The following statement removes all elements from the end of the data container which are not marks:
 
while (Rot3D1.TypeofLastItem <> tkMarkAt) do 
  Rot3D1.RemoveLastItem;


Last Update: 2023-Dec-14