Gets and sets whether to center this corner relative to the bend lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CenterOnBendLines As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISMCornerReliefData
Dim value As System.Boolean
instance.CenterOnBendLines = value
value = instance.CenterOnBendLines |
C# | |
---|
System.bool CenterOnBendLines {get; set;} |
C++/CLI | |
---|
property System.bool CenterOnBendLines {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to center relative to the bend lines, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30