class Standard . DrawingObject {
any anchor;
int32 embeddedFlag;
int32 planeDepth;
int32 tagId;
} inherits from Object;
Base class for drawing primitives.
DrawingObject:getDrawingObjectType()
Returns a string value which identifies the type of the DrawingObject.
DrawingObject:setDepth(int32 depth)
Sets the depth of the DrawingObject.
DrawingObject:getDepth()
Returns the depth of the DrawingObject.
DrawingObject:setAnchor(any url)
The setAnchor method is used to associate a hypertext link with the shape. The url string can be a fully qualified URL, such as "http://www.fargos.net/downloads.html" or a relative URL. If url is specified as nil or the null string, then any association with a hypertext link will be cleared.
The value 0 will be returned.
DrawingObject:getAnchor()
Returns a string representing the hypertext link associated with the shape. A null string indicates that no hypertext link has been set by setAnchor.