Aqualogic Interaction API  
 

IPTProperty.GetCharacteristicsAsString 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 return a characteristic that is stored as an string.

string GetCharacteristicsAsString(
   int propertyCharacteristic
);

Parameters

propertyCharacteristic
the ID of the characteristic desired

Return Value

the value of the characteristic

See Also

IPTProperty Interface | com.plumtree.server Namespace | PT_PROPERTY_TYPES