|
||
BOOLEAN get_pattern_name ( int pattern_number, NAME pattern_name, char *pattern_library )
int pattern_number; // An integer value that indicates the surface pattern index NAME pattern_name; // A NAME data type char *pattern_library; // A pointer to a character buffer
|
|
|
Synopsis |
#include "silver.h"
The get_pattern_name function returns the pattern name and library path of a pattern index.
|
|
Parameters |
pattern_number is a surface pattern index pattern_name is a NAME structure that will store the pattern name pattern_library is a pointer to a character buffer that will store the full path of the pattern library
|
|
Return Value |
get_pattern_name returns TRUE if pattern_number represents a valid pattern index for the current drawing, and FALSE otherwise . |
|
See Also |
|