Gets or sets the phase angle of the pressure for a harmonic analysis in a linear dynamic study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PhaseAngle As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWPressure
Dim value As System.Double
instance.PhaseAngle = value
value = instance.PhaseAngle |
C# | |
---|
System.double PhaseAngle {get; set;} |
C++/CLI | |
---|
property System.double PhaseAngle {
System.double get();
void set ( & System.double value);
} |
Property Value
Phase angle of the pressure; -1 if not set
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2014 SP0