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

VObject.name Property

Gets or sets the name of this vector object.

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

Syntax

Java Script
function get_name();
function set_name(value);

Property Value

The name of this v-object.

Remarks

This property corresponds to VObject.Name server-side member.

See Also

Reference