VisualReportExplorerReportOnObjectsOption Enumeration

NXOpen.VisualReporting.VisualReportExplorer.ReportOnObjectsOption is an alias for NXOpen.VisualReporting.VisualReportExplorerReportOnObjectsOption

class NXOpen.VisualReporting.VisualReportExplorerReportOnObjectsOption

Bases: object

When the set of objects to report upon is changed, should the contents of the set be replaced or extended.

Enum Members

Enum Member Enum Member Description
Replace Replace the existing set of objects
Add Add to the existing set of objects
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.