SymbolPartitions Object

This object allows you to manipulate symbol partitions data in a project file.

The following table lists methods of the SymbolPartitions object with links to the respective reference pages.

Table 1. SymbolPartitions Object Methods

Method

Description

AppendSymbolPartition Method (SymbolPartitions Object)Adds a new entry to the end of the symbol partitions list for a given design.
GetSymbolPartition Method (SymbolPartitions Object)Returns the name of a symbol partition (specified by index) for a given design from the symbol partitions list.
GetSymbolPartitionsArray Method (SymbolPartitions Object)Returns the list of symbol partitions for a given design.
GetSymbolPartitionsCount Method (SymbolPartitions Object)Returns the number of symbol partitions for a given design.
InsertSymbolPartition Method (SymbolPartitions Object)Inserts a new entry into the symbol partitions list for a design, at the specified position.
RemoveSymbolPartitionByIndex Method (SymbolPartitions Object)Removes an entry (specified by index) from the symbol partitions list for a given design.
RemoveSymbolPartitionByName Method (SymbolPartitions Object)Removes an entry (specified by name) from the symbol partitions list for a given design.
SymbolPartitionExists Method (SymbolPartitions Object)Indicates whether the specified name exists in the symbol partitions list for a given design.