Gets or sets whether the origin can be changed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FixedLength As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragArrowManipulator
Dim value As Boolean
instance.FixedLength = value
value = instance.FixedLength
|
C# | |
---|
bool FixedLength {get; set;} |
C++/CLI | |
---|
property bool FixedLength {
bool get();
void set (bool value);
} |
Return Value
True to permit changing the origin, false to not
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0