SymbolPartitionExists Method (SymbolPartitions Object)

Scope: Schematic editor

Object: SymbolPartitions Object

Prerequisites: None

Indicates whether the specified name exists in the symbol partitions list for a given design.

Usage

SymbolPartitions.SymbolPartitionExists(ByVal sPartition As String, ByVal siCDBDesign As String) As Boolean

Arguments

sPartition

The name of the symbol partition for which to search.

siCDBDesign

The name of the design.

Return Values

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