| SettingsAllowDuplicates Property |
[This is preliminary documentation and is subject to change.]
{True | False*} Designates whether to allow duplicate names of objects
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public bool AllowDuplicates { get; set; }
Public Property AllowDuplicates As Boolean
Get
Set
public:
property bool AllowDuplicates {
bool get ();
void set (bool value);
}
member AllowDuplicates : bool with get, set
function get_AllowDuplicates();
function set_AllowDuplicates(value);
Property Value
Type:
BooleanSee Also