Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbAddAreaToPinGroupGuide

dbAddAreaToPinGroupGuide(
d_areaPinGroupGuideId
d_areaBoundaryId
)
=> t / nil

Description

Adds an area boundary to the specified area pin group guide.

Arguments

d_areaPinGroupGuideId

The specified area pin group guide to which the area boundary needs to be added.

d_areaBoundaryId

The ID of the specified area boundary.

Value Returned

t

The SKILL function was run successfully if an area boundary is added to the specified area pin group guide.

nil

The SKILL function was not run successfully and returns nil if an area boundary was not added to the specified area pin group guide.

Example

dbAddAreaToPinGroupGuide(apgId areaBndyId) 
=> t

Return to top
 ⠀
X