Gets or sets whether to ignore links or shortcuts during the search.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreLinks As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchOptions
Dim value As Boolean
instance.IgnoreLinks = value
value = instance.IgnoreLinks
|
C# | |
---|
bool IgnoreLinks {get; set;} |
C++/CLI | |
---|
property bool IgnoreLinks {
bool get();
void set (bool value);
} |
Return Value
True to ignore links or shortcuts, false to search them
Example
Remarks
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS