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