|
|
edge.id
AvailabilityFlash
MX 2004.
DescriptionRead-only
property; an integer that represents a unique identifier for the edge.
ExampleThe
following example stores a unique identifier for the specified edge
in the my_shape_id variable:
var shape = fl.getDocumentDOM().selection[0];
var my_shape_id = shape.edges[0].id;
|