C#
VB
C++
Java
public string GetOverlayActivationLayer(
int index
)
Public Function GetOverlayActivationLayer( _
ByVal index As Integer _
) As String
public String getOverlayActivationLayer(int index)
public:
String^ GetOverlayActivationLayer(
int index
)
index
The zero-based index of the overlay whose "Overlay Activation Layer" is required.
The "Activation Layer" string.
For an example, refer to OverlayCount.