vcLayoutItem

vcLayoutItem is the basic implementation of all layout items.

Hierarchy

Each type of layout item has its own specific implementation which inherits vcLayoutItem. In order to create a layout item, use the createLayoutItem() method in vcApplication.

vcLayoutItem

vc3DIcon

vcAnnotation

vcCollisionDetector

vcDimension

vcLayoutPackFolder

vcLayoutPropertyList

vcLayoutSchemaPropertyList

vcPathObject

vcReport

vcSweptVolume

vcViewAnimation

Properties

The following properties are common in all layout item types.

Name Type Access Description
IsPersistent Boolean RW Defines if the item is saved with layout.
Name String RW Defines the name of item.
Properties List of vcProperty R Gets a list of all properties for item.
Type String RW Defines the item type.

See Layout Item Constants for more information.

Methods

Name Return Type Parameters Description
update None None Updates the item in its layout.