LVectorDialog::EnableNoDuplicate

Summary

Sets a flag that indicates whether to allow duplicate layer names within the same vector.

Syntax

#include "ltwrappr.h"

L_BOOL LVectorDialog::EnableNoDuplicate(bNoDuplicate=TRUE)

Parameters

L_BOOL 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

Value Meaning
TRUE The previous setting was TRUE.
FALSE The previous setting was FALSE.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LVectorDialog::DoModalVectorNewLayer.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.