Gets or sets whether to break links between opposite-hand components and original components.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BreakLinksToOriginalPart As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMirrorComponentFeatureData
Dim value As System.Boolean
instance.BreakLinksToOriginalPart = value
value = instance.BreakLinksToOriginalPart |
C# | |
---|
System.bool BreakLinksToOriginalPart {get; set;} |
C++/CLI | |
---|
property System.bool BreakLinksToOriginalPart {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to break links, false (default) to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0