Initializing help system before first use

XPRBindexSet Methods

The XPRBindexSet type exposes the following members.

Methods
  Name Description
Public methodCode example addElement
Add an index to an index set. The index entry is only added to the set if no identical index already exists. Both in the case of a new set element and an existing one, the method returns the sequence number of the index in the index set. Note that the numbering of index elements starts with 0.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode example getCRef
Returns the CRef reference of the XPRBindexSet.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode example getIndex
Get the index number of an index.
Public methodCode example getIndexName
Get the name of an index.
Public methodCode example getName
Returns the name of the XPRBindexSet.
Public methodCode example getSize
Returns the size of the XPRBindexSet.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode example isValid
Returns whether the CRef reference of the XPRBindexSet is valid.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodCode example print
Prints the XPRBindexSet.
Public methodCode example reset
Resets the XPRBindexSet.
Public method ToString (Overrides ObjectToString.)
Top
See Also