Aqualogic Interaction API  
 

IPTProperty.SetCharacteristics Method

Properties have a number of characteristics which determine how the Property is used. These characteristics are defined by the PT_PROPERTY_CHARACTERISTICS constants. Call this function to set the value of a characteristic.

Overload List

Properties have a number of characteristics which determine how the Property is used. These characteristics are defined by the PT_PROPERTY_CHARACTERISTICS constants. Call this function to set the value of a characteristic.

void SetCharacteristics(int,int);

Properties have a number of characteristics which determine how the Property is used. These characteristics are defined by the PT_PROPERTY_CHARACTERISTICS constants. Call this function to set the value of a characteristic.

void SetCharacteristics(int,object[][]);

Properties have a number of characteristics which determine how the Property is used. These characteristics are defined by the PT_PROPERTY_CHARACTERISTICS constants. Call this function to set the value of a characteristic.

void SetCharacteristics(int,string);

See Also

IPTProperty Interface | com.plumtree.server Namespace | PT_PROPERTY_TYPES