Retrieves or sets the Cluster context name property setting for the current graphics page.
Syntax
PageClusterName(ClusterName)
ClusterName:
The name of the cluster as a string.
Return Value
The ClusterName setting for the active graphics page (as a string), or 0 (zero) if successfully used to set the ClusterName. In both cases, an error is returned if unsuccessful.
Related Functions
See Also
Example
' Sets the cluster context name property setting for current page
GraphicsBuilder.PageClusterName = "Cluster1"
' Retrieves the cluster context name property setting for current page
MyVariable = GraphicsBuilder.PageClusterName