SortingBlockBuilder Class¶
-
class
NXOpen.AME.SortingBlockBuilder¶ Bases:
NXOpen.TaggedObjectSorts the list expression output according to the property
New in version NX12.0.0.
Properties¶
| Property | Description |
|---|---|
| OrderValue | Returns or sets the sorting order type |
| PropertyName | Returns or sets the property name given by the user |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| SortingBlockBuilderOrder Enumeration | possible choices for order selection |
Property Detail¶
OrderValue¶
-
SortingBlockBuilder.OrderValue¶ Returns or sets the sorting order type
-------------------------------------Getter Method
Signature
OrderValueReturns: Return type: NXOpen.AME.SortingBlockBuilderOrderNew in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
OrderValueParameters: orderValue ( NXOpen.AME.SortingBlockBuilderOrder) –New in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
PropertyName¶
-
SortingBlockBuilder.PropertyName¶ Returns or sets the property name given by the user
-------------------------------------Getter Method
Signature
PropertyNameReturns: Return type: str New in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)
-------------------------------------Setter Method
Signature
PropertyNameParameters: propertyName (str) – New in version NX12.0.0.
License requirements: ad_automation_design (“FULL AUTOMATION DESIGNER”)