Object: PDBPartitions Object
Prerequisites: None
Checks to see if a PDB partition with a specific name exists in the PDB partition collection of a given design.
PDBPartitions.PDBPartitionExists(ByVal sPartition As String, ByVal siCDBDesign As String) As Boolean
The PDB partition for which the method checks the existence.
The name of the design.
As Boolean. True - the PDB partition exists in the list. False - the PDB partition does not exist in the list.