The following table lists methods of the PDBPartitions object with links to the respective reference pages.
Methods |
Description |
|---|---|
| AppendPDBPartition Method (PDBPartitions Object) | Adds a new entry to the end of the PDB partitions list for a given design. |
| GetPDBPartition Method (PDBPartitions Object) | Returns the name of the PDB partition. |
| GetPDBPartitionsArray Method (PDBPartitions Object) | Returns the list of PDB partitions for a given design. |
| InsertPDBPartition Method (PDBPartitions Object) | Inserts a new entry into the PDB partitions list at the specified index position for a given design. |
| PDBPartitionExists Method (PDBPartitions Object) | Checks to see if a PDB partition with a specific name exists in the PDB partition collection of a given design. |
| RemovePDBPartitionByIndex Method (PDBPartitions Object) | Removes the PDB Partition located at the specified index position from the PDB partitions list of a given design. |
| RemovePDBPartitionByName Method (PDBPartitions Object) | Removes the PDB Partition with the specified name from the PDB partitions list of a given design. |