Gets or sets whether or not to apply a corner treatment to this structural member.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ApplyCornerTreatment As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IStructuralMemberFeatureData
Dim value As Boolean
instance.ApplyCornerTreatment = value
value = instance.ApplyCornerTreatment
|
C# | |
---|
bool ApplyCornerTreatment {get; set;} |
C++/CLI | |
---|
property bool ApplyCornerTreatment {
bool get();
void set (bool value);
} |
Return Value
True to apply corner treatment, false to not (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0