Click or drag to resize

BaseMultiCrossSectionVectorGraphicGetSlices Method

Returns list of VectorGraphicLayer. Each layer contains a single slice.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract IList<VectorGraphicLayer> GetSlices(
	int startIndex,
	int endIndex
)

Parameters

startIndex  Int32
First slice to return.
endIndex  Int32
Last slice to return.

Return Value

IListVectorGraphicLayer
List of layers, each containing a slice.
See Also