Gets and sets whether to retrieve suppressed external references.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NeedSuppress As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMExternalReferenceOption
Dim value As Boolean
instance.NeedSuppress = value
value = instance.NeedSuppress
|
C# | |
---|
bool NeedSuppress {get; set;} |
C++/CLI | |
---|
property bool NeedSuppress {
bool get();
void set (bool value);
} |
Return Value
True to retrieve suppressed references, false to not
Example
Remarks
See Also
Availability
SolidWorks Document Manager API 2011 SP0