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