GetBboxPoint Method (Block Object)

Scope: Schematic editor

Object: Block Object

Prerequisites: None

Returns the location of a specified corner of a bounding box.

Usage

Block.GetBboxPoint(ByVal Location As VdCorner) As IVdPoint

Arguments

Note:

All coordinates are measured in 100ths of an inch.

Location

Specifies which VdCorner Enum location (LowerLeft or UpperRight).

Return Values

As IVdPoint. This is a Point Object containing coordinates.