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