public interface ProgramNodeConfiguration
Modifier and Type | Method and Description |
---|---|
void |
setDisplayOrderId(double displayOrderId)
Set the display order id for this type of program node contribution.
|
void setDisplayOrderId(double displayOrderId)
All program node contributions from a URCap will be grouped together and sorted (in ascending order) according to their display order id.
The default value is 0.0. If the display order id for all program node contributions in a URCap have the default value, the standard built-in sorting in PolyScope will be used.
displayOrderId
- Determines the display order of the URCap program node typeCopyright © 2019. All rights reserved.