Gets or sets the phase angle of this base excitation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PhaseAngle As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
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; -1 if not set
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0