Click or drag to resize

BaseMultiCrossSectionVectorGraphicHasSlice Method

Returns true if slice for the provided index was already built.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract bool HasSlice(
	int sliceIndex
)

Parameters

sliceIndex  Int32
Index to query slice.

Return Value

Boolean
True if slice for the provided index was already built.
See Also