Layer Object [Visio 2003 SDK Documentation]

Multiple objects
Layer
Multiple objects

Represents a layer of a page or master. You can assign shapes to or remove them from the layer.

Version added

4.0

Remarks

The default property of a Layer object is Name.

To access cells whose values define layer attributes, such as whether the layer is visible or printable, use the CellsC property.

A layer's Index and Row properties typically have different values. The Index property indicates the layer's ordinal position in its Layers collection. The layer's Row property indicates the index of the row in the Layers section where the layer's attributes are defined.

Properties | CellsC property | Document property | EventList property | Index property | Master property | Name property | NameU property | ObjectType property | Page property | PersistsEvents property | Row property | Stat property

Methods | Add method | Delete method | Remove method

Parent Objects | Layers Collection | Shape Object

Child Objects | Cell Object | Document Object | EventList Object | Master Object | Page Object

See Also | Layers collection