BaseMultiCrossSectionVectorGraphicHasSlice Method |
Returns true if slice for the provided index was already built.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract bool HasSlice(
int sliceIndex
)
Parameters
- sliceIndex Int32
- Index to query slice.
Return Value
BooleanTrue if slice for the provided index was already built.
See Also