DimensionDefaultingEPController.getSegmentByIndex Method [AX 2012]
Gets the EP segment at the specified control index.
Syntax
public LedgerDimensionEPSegment getSegmentByIndex(int _index)
Run On
Called
Parameters
- _index
Type: int
The index to search.
Return Value
Type: LedgerDimensionEPSegment Class
The instance of the LedgerDimensionEPSegment class at the specified index.
Exceptions
Exception | Condition |
---|---|
Error | The specified index is invalid. |