Gets or sets whether to add or subtract material from break corner/corner trim features.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property InternalCornersOnly As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBreakCornerFeatureData
Dim value As Boolean
instance.InternalCornersOnly = value
value = instance.InternalCornersOnly
|
C# | |
---|
bool InternalCornersOnly {get; set;} |
C++/CLI | |
---|
property bool InternalCornersOnly {
bool get();
void set (bool value);
} |
Return Value
True to add or subtract material from break corner/corner trim features, false to not
Example
See Also