Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesSymbolSetSymbolGet

PropertiesSymbolSetSymbolGet

Retrieves the Element name and Library name of the "Index" element of the currently selected object.

"Index" refers to the element within the currently selected object. For example:

Syntax

PropertiesSymbolSetSymbolGet(Index, Library, Element)

Return Value

N/A

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

Example

						Public Sub Test()
						Dim gb As GraphicsBuilder.GraphicsBuilder
						.
						.
						.
						gb.PropertiesSymbolSetSymbolPut(1, "
						Library", "
						Element")
						Dim sLibrary As String
						Dim sElement As String
						gb.PropertiesSymbolSetSymbolGet(1, sLibrary, sElement)
						End Sub
			

Related Functions

PropertiesSymbolSetSymbolPut