Aqualogic Interaction API  
 

PT_PROPIDS Class

These constants define the properties that can be retrieved from ObjectManagers when querying them for objects. For example, a bitmask of these values can be passed into IPTObjectManager.Query, and these constants can be passed into IPTQueryResult methods like IPTQueryResult.ItemAsXXX or IPTQueryResult.ContainsPropID. bitmasks from 1 to 32768 are basically common object properties, while values of 65536 and above are for object properties specific to a given class. To add new properties, simply find the highest bitmask that exists for your class and multiply it by 2.

For a list of all members of this type, see PT_PROPIDS Members.

System.Object
   com.plumtree.server.PT_PROPIDS

public sealed class PT_PROPIDS

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PT_PROPIDS Members | com.plumtree.server Namespace | IPTObjectManager | IPTQueryResult