SequenceCallParameter.Type

Syntax

SequenceCallParameter.Type

Data Type

PropertyValueTypes

Use the following constants with this data type:

  • PropValType_Array –(Value: 6) Specifies an array. This is not a valid value for PropertyObject creation methods such as Engine.NewPropertyObject and PropertyObject.NewSubProperty .
  • PropValType_Boolean –(Value: 2) Specifies a Boolean type.
  • PropValType_Container –(Value: 0) Specifies a container.
  • PropValType_Enum –(Value: 7) Specifies an enumeration.
  • PropValType_NamedType –(Value: 4) Use this value with PropertyObject creation methods such as Engine.NewPropertyObject and PropertyObject.NewSubProperty to create an instance of a named type. This is not a valid value for the PropertyObjectType.ValueType property.
  • PropValType_Number –(Value: 3) Specifies a number.
  • PropValType_Reference –(Value: 5) Specifies an object reference.
  • PropValType_String –(Value: 1) Specifies a string.

Purpose

Note This property is obsolete. Use the SequenceCallParameter.PropertyObjectType property instead. You can also use the PropertyObjectType.ValueType property to obtain the equivalent value.

Remarks

Returns the type of the parameter.

See Also

Engine.NewPropertyObject

PropertyObject.NewSubProperty

PropertyObjectType.ValueType

SequenceCallParameter.PropertyObjectType

SequenceCallParameter.Name

SequenceCallParameter.TypeDisplayString