Gets or sets whether the angle around the insertion point which to rotate this block instance is locked.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LockAngle As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchBlockInstance
Dim value As Boolean
instance.LockAngle = value
value = instance.LockAngle
|
C# | |
---|
bool LockAngle {get; set;} |
C++/CLI | |
---|
property bool LockAngle {
bool get();
void set (bool value);
} |
Return Value
True to lock the angle of this block instance, false to not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0