siMappedItemType

Description

Specifies the different fundamental types of MappedItem objects.

C# Syntax

StringModule.siCompoundMappedItem                                           // CompoundMappedItem
StringModule.siConstraintMappedItem                                         // ConstraintMappedItem
StringModule.siExpressionMappedItem                                         // ExpressionMappedItem
StringModule.siFCurveMappedItem                                             // FCurveMappedItem
StringModule.siShapeCompoundMappedItem                                      // ShapeCompoundMappedItem
StringModule.siShapeKeyMappedItem                                           // ShapeKeyMappedItem
StringModule.siStaticValueMappedItem                                        // StaticValueMappedItem

Constant Value Description
siCompoundMappedItem CompoundMappedItem Represents a compound item in a compound clip.
siConstraintMappedItem ConstraintMappedItem Represents an item of a clip which is driven by a Constraint object.
siExpressionMappedItem ExpressionMappedItem Represents an item of a clip which is driven by an Expression.
siFCurveMappedItem FCurveMappedItem Represents an item of a clip which is driven by an FCurve clip.
siShapeCompoundMappedItem ShapeCompoundMappedItem Represents a shape compound item in a compound clip.
siShapeKeyMappedItem ShapeKeyMappedItem Represents an item of a clip which is driven by a ShapeKey object.
siStaticValueMappedItem StaticValueMappedItem Represents an item of a clip which is driven by a static value.

Applies To

SIObject.Type SIObject::GetType

See Also

MappedItem