Index

C/C++ Functions

dtPatternGetGroupCount

DT_SWORD dtPatternGetGroupCount(DT_DTENGINE engine, DT_ID_SWORD group_index)

Short Description: Get number of pattern fills in a pattern group

This function returns the number of pattern fills in the specified pattern group of the Pattern Catalog.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

group_index

Index of the pattern group for which the number of pattern fills is to be retrieved.

Return Value

The return value is the number of pattern fills in the specified pattern group of the Pattern Catalog.

 

Index