Retrieves or sets the Cluster context inherit flag property setting for the current graphics page.
Syntax
PageClusterInherit(bInherit)
bInherit:
The setting of the cluster context inherit flag as a boolean value.
Return Value
The cluster context inherit flag for the active graphics page (as a boolean value), or 0 (zero) if successfully used to set the inherit flag. In both cases, an error is returned if unsuccessful.
Related Functions
See Also
Example
' Sets the cluster context inherit flag for current page
GraphicsBuilder.PageClusterInherit = "1"
' Retrieves the cluster context inherit flag for current page
MyVariable = GraphicsBuilder.PageClusterInherit
Published June 2018