ComponentAssemblyCheckinCheckoutOption Enumeration

NXOpen.Assemblies.ComponentAssembly.CheckinCheckoutOption is an alias for NXOpen.Assemblies.ComponentAssemblyCheckinCheckoutOption

class NXOpen.Assemblies.ComponentAssemblyCheckinCheckoutOption

Bases: object

Check in and Check out options for components

Enum Members

Enum Member Enum Member Description
DesignElement Checks in or Checks out the design element
SourceItem Checks in or Checks out the source item that is referenced by a reuse design element or subordinate design element
Both Checks in or Checks out the design element and its referenced source item
Default Check In or Check Out option is determined by the system using whatever option is appropriate for the selected object type. For Reuse design element, the system defaults to checking out both the design element and the underlying item.
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.