GetSymbolPartition Method (SymbolPartitions Object)

Scope: Schematic editor

Object: SymbolPartitions Object

Prerequisites: None

Returns the name of a symbol partition (specified by index) for a given design from the symbol partitions list.

Usage

SymbolPartitions.GetSymbolPartition(ByVal Index As Long, ByVal siCDBDesign As String) As String

Arguments

Index

Index of the element in the collection. Indexing starts at 1.

siCDBDesign

The design name.

Return Values

As String. A string containing the name of the symbol partition.