ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfArtPage.getMark(number(Integer)); |
Parameters
- zIndex
- The zero-based Z-index of the mark to return.
Return Value
The mark that is at the specified Z-index.
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfArtPage.getMark(number(Integer)); |
This function returns the mark at the specified Z-index. The getZIndexOfMark function performs the opposite operation. The mark at Z-index 0 is the bottom-most mark in the Z-order.