Gets the active symbol indexes for this allocation when
PatternRepeatEnabled = true.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Function GetActiveIndexes() As Integer() |
| C# | |
|---|
public abstract int[] GetActiveIndexes() |
| C++/CLI | |
|---|
public:
abstract array<int>^ GetActiveIndexes(); |
Return Value
array of active symbol indexes as offsets from the beginning of each repetition
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also