PDBPartitionExists Method (PDBPartitions Object)

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.

Usage

PDBPartitions.PDBPartitionExists(ByVal sPartition As String, ByVal siCDBDesign As String) As Boolean

Arguments

sPartition

The PDB partition for which the method checks the existence.

siCDBDesign

The name of the design.

Return Values

As Boolean. True - the PDB partition exists in the list. False - the PDB partition does not exist in the list.