Gets or sets whether the equation is linked to an exported equation text (.txt) file.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property LinkToFile As Boolean |
| Visual Basic (Usage) | |
|---|
Dim instance As IEquationMgr
Dim value As Boolean
instance.LinkToFile = value
value = instance.LinkToFile
|
| C# | |
|---|
bool LinkToFile {get; set;} |
| C++/CLI | |
|---|
property bool LinkToFile {
bool get();
void set (bool value);
} |
Return Value
True if the equation is linked to an exported equation text (.txt) file, false if not
Example
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0