Gets and sets whether to select beams for this mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BeamSelected2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As System.Boolean
instance.BeamSelected2 = value
value = instance.BeamSelected2 |
C# | |
---|
System.bool BeamSelected2 {get; set;} |
C++/CLI | |
---|
property System.bool BeamSelected2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to select beams, 0 or false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30