Gets and sets whether to anchor this note.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property LockPosition As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As INote
Dim value As Boolean
instance.LockPosition = value
value = instance.LockPosition
|
| C# | |
|---|
bool LockPosition {get; set;} |
| C++/CLI | |
|---|
property bool LockPosition {
bool get();
void set (bool value);
} |
Return Value
True to anchor the note, false to not
Example
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0