Gets or sets the rotation angle of the picture in the sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Angle As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim value As Double
instance.Angle = value
value = instance.Angle
|
C# | |
---|
double Angle {get; set;} |
C++/CLI | |
---|
property double Angle {
double get();
void set (double value);
} |
Return Value
Rotation angle of the picture; counter-clockwise from the positive X in radians
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0