Click or drag to resize

MarkableExtrudedVectorGraphicGetSlices Method

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

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override 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