RoutingBulkReplacementBuilderRetainReasonType Enumeration

class NXOpen.Routing.RoutingBulkReplacementBuilderRetainReasonType

Bases: object

Defines the reason why the object has been retained. Unspecified, explicit, block unify, non-classification, and equipment Enum Members

Enum Member Enum Member Description
Unspecified Retain reason is not specified
Explicit Retain reason is the user explicitly marked it retain
BlockUnify Retain reason is because of the presence of the NX_BLOCK_UNIFY attribute
NonClassification Retain reason is the object did not originate from classification and is not supported
Equipment Retain reason is the object is equipment and is not supported
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.