Gets or sets whether to use the the same element for all selected components in this mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSameElementSize2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As System.Boolean
instance.UseSameElementSize2 = value
value = instance.UseSameElementSize2 |
C# | |
---|
System.bool UseSameElementSize2 {get; set;} |
C++/CLI | |
---|
property System.bool UseSameElementSize2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- -1 or true = Use same size for all components
- 0 or false = Use different sizes based on component mesh control
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30