Aqualogic Interaction API  
 

IPTProperty.Initialize Method 

Initialize must be called before the Property can be stored. This is a one time operation- new Properties must be initialized, but when a Property is loaded from the database, Initialize should NOT be called

void Initialize(
   int propType
);

Parameters

propType
the Property type, from PT_PROPERTY_TYPES

See Also

IPTProperty Interface | com.plumtree.server Namespace | PT_PROPERTY_TYPES