DesignRuleViolationLocationCollectionDeleteOption Enumeration

NXOpen.Routing.DesignRuleViolationLocationCollection.DeleteOption is an alias for NXOpen.Routing.DesignRuleViolationLocationCollectionDeleteOption

class NXOpen.Routing.DesignRuleViolationLocationCollectionDeleteOption

Bases: object

Design Rule Violation Location object delete option

Enum Members

Enum Member Enum Member Description
DoDelete
DontDelete Set this option only if you do not want to delete violation location 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.