Gets or sets the load level of this Design Insight plot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsoValue As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWPlot
Dim value As System.Integer
instance.IsoValue = value
value = instance.IsoValue |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWPlot~IsoValue.html# | |
---|
System.int IsoValue {get; set;} |
C++/CLI | |
---|
property System.int IsoValue {
System.int get();
void set ( & System.int value);
} |
Property Value
0 <= load level <= 100
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0