Technical Reference > Graphics Builder Automation Interface > Object Drawing and Property Functions > DrawSymbolSet

DrawSymbolSet

Places a symbol set object on the page at the specified location.

Syntax

DrawSymbolSet(XPosition, YPosition)

XPosition:

Distance in pixels from the left of the page to the point where you would like the object to be placed.

YPosition:

Distance in pixels from the top of the page to the point where you would like the object to be placed.

Return Value

0 (zero) if successful, otherwise an error is returned.

Note: For details on handling return and error values, see Error Handling.

Related Functions

DrawLine, DrawEllipse, DrawPolygonStart, DrawPolygonLine, DrawPolygonEnd, DrawPipeStart, DrawPipeSection, DrawPipeEnd, DrawText, DrawNumber, DrawButton, DrawTrend, DrawCicodeObject, DrawRectangle

Example

GraphicsBuilder.DrawSymbolSet 500, 100