Gets or sets the pressure value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Value As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWPressure
Dim value As System.Double
instance.Value = value
value = instance.Value |
C# | |
---|
System.double Value {get; set;} |
C++/CLI | |
---|
property System.double Value {
System.double get();
void set ( & System.double value);
} |
Property Value
Pressure value
Example
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0