MarkableSolidGetSlices Method |
Namespace: RAYLASE.MarkerPlugin.JobElementsAssembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic override IList<VectorGraphicLayer> GetSlices(
int startIndex,
int endIndex
)
Parameters
- startIndex Int32
- First slice to return.
- endIndex Int32
- Last slice to return.
Return Value
IListVectorGraphicLayerList of layers, each containing a slice.
See Also