Visual Basic (Declaration) | |
---|---|
Public MustOverride Function GetSfiSymbolDirections( _ ByVal sfi As Integer _ ) As SfiSymbolDirection() |
C# | |
---|---|
public abstract SfiSymbolDirection[] GetSfiSymbolDirections( int sfi ) |
C++/CLI | |
---|---|
public: abstract array<SfiSymbolDirection>^ GetSfiSymbolDirections( int sfi ) |
Parameters
- sfi
- The slot format indicator to get the detailed symbol directions.
Return Value
The array of symbol directions.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)