All Frameworks  Class Hierarchy  This Framework  Indexes

FittingInterfaces Enumeration CatFitSampledRecordMode

enum CatFitSampledRecordMode {
  CatFitSampledAppend,
  CatFitSampledInsertAfter,
  CatFitSampledInsertBefore,
  CatFitSampledModify,
  CatFitSampledDelete
}
Enum for Shot Recording Modes.
Role: This enum is used to set what effect recording a shot will have on the track.
Values:
CatFitSampledAppend
Add the new shot to the end of the track.
CatFitSampledInsertAfter
Insert the new shot after the current shot.
CatFitSampledInsertBefore
Insert the new shot before the current shot.
CatFitSampledModify
Modifiy the current shot's data to match the recorded shot.
CatFitSampledDelete
Delete the current shot.

This object is included in the file: CATISampled.h

Copyright © 2003, Dassault Systèmes. All rights reserved.