*SetSinglePairCreateDefault()
Indicates whether the default for an entity type being added is single or pair.
Syntax
*SetSinglePairCreateDefault (Single, Pair)
Application
MotionView
Inputs
- Single
 - The default entity type is a single entity.
 - Pair
 - The default entity type is a pair entity.
 
Context
*BeginDefaults()
*BeginModelDefaults()
Example
*BeginDefaults()
   *BeginModelDefaults()
      *SetSinglePairCreateDefault(Pair)
   *EndModelDefaults()
*EndDefaults()
      Comments
The statement applies to all entities simultaneously.