AdditionalResult.Type

Syntax

AdditionalResult.Type

Data Type

PropertyObjectType

Purpose

For a custom additional result, if the AdditionalResult.IsAnyType property is True , this property returns the type of the AdditionalResult.ValueToLog property. If the AdditionalResult.IsAnyType property is False , set this property to a PropertyObjectType object to specify the type of the AdditionalResult.ValueToLog property. Use the PropertyObject.Type property or the Engine.NewPropertyObjectType method to obtain a PropertyObjectType object to set this property to. For a parameter additional result, this property returns the type the parameter specifies.

Remarks

For a custom additional result, when the AdditionalResult.IsAnyType property is True , this property is NULL if the AdditionalResult.ValueToLog property is empty or contains an error. When the AdditionalResult.IsAnyType property is False , this property is the value you last set the property to.

Setting the AdditionalResult.Type property updates the members in the AdditionalResult.Elements collection and maps existing settings from the old Elements collection to the new Elements collection based on the AdditionalResult.Name and Type properties of the members. TestStand adds Elements from the old collection that do not map to Elements in the new collection to the UnmappedAdditionalResults collection.

See Also

AdditionalResult.Elements

AdditionalResult.IsAnyType

AdditionalResult.Name

AdditionalResult.Type

AdditionalResult.UnmappedAdditionalResults

AdditionalResult.ValueToLog

PropertyObjectType

PropertyObject.Type