Gets and sets whether to select beams for this mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BeamSelected As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As System.Integer
instance.BeamSelected = value
value = instance.BeamSelected |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMeshControl~BeamSelected.html# | |
---|
System.int BeamSelected {get; set;} |
C++/CLI | |
---|
property System.int BeamSelected {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to select beams, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0