LVectorDialog::EnableNoDuplicate
#include "ltwrappr.h"
L_BOOL LVectorDialog::EnableNoDuplicate(bNoDuplicate=TRUE)
L_BOOL bNoDuplicate; |
/* duplication flag */ |
Sets a flag that indicates whether to allow duplicate layer names within the same vector.
Parameter |
Description |
|
bNoDuplicate |
Flag that indicates whether to process allow duplicate layer names in a vector. Possible values are: |
|
|
Value |
Meaning |
|
TRUE |
Do not allow duplicate layer names in a vector. |
|
FALSE |
Allow duplicate layer names in a vector. |
Returns
TRUE |
The previous setting was TRUE. |
FALSE |
The previous setting was FALSE. |
Required DLLs and Libraries
LVKRN For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
Example
For an example, refer to LVectorDialog::DoModalVectorNewLayer.