Gets or sets whether the same entity can be selected multiple times in this selection box.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AllowMultipleSelectOfSameEntity As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPropertyManagerPageSelectionbox
Dim value As System.Boolean
instance.AllowMultipleSelectOfSameEntity = value
value = instance.AllowMultipleSelectOfSameEntity |
C# | |
---|
System.bool AllowMultipleSelectOfSameEntity {get; set;} |
C++/CLI | |
---|
property System.bool AllowMultipleSelectOfSameEntity {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the same entity can be selected multiple times in this selection box, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0