Gets or sets whether the block definition file is linked to a file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LinkToFile As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchBlockDefinition
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 block definition is linked to a file, false if not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0