VisualReportExplorerReportDownStatus Enumeration

NXOpen.VisualReporting.VisualReportExplorer.ReportDownStatus is an alias for NXOpen.VisualReporting.VisualReportExplorerReportDownStatus

class NXOpen.VisualReporting.VisualReportExplorerReportDownStatus

Bases: object

Status reported by NXOpen.VisualReporting.VisualReportExplorer.ReportDown().

Enum Members

Enum Member Enum Member Description
NotSet There are no objects of interest below the specified objects
End Report Down has reached the lowest level on all branches of the assembly
More There are more objects of interest below the currently reported upon 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.