BaseMultiCrossSectionVectorGraphicGetSlices Method |
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract 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