This documentation is for the old version. Go to the latest Graphics Mill docs

Layer.vObjects Property

Gets a collection of vector objects associated with this layer.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function get_vObjects();

Property Value

The VObjectCollection which represents a collection of vector objects associated with this layer.

Remarks

This property corresponds to Layer.VObjects server-side member.

See Also

Reference