RoundCorners Property (ISimpleFilletFeatureData)
Obsolete. Superseded by ISimpleFilletFeatureData2::RoundCorners.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RoundCorners As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData
Dim value As Boolean
instance.RoundCorners = value
value = instance.RoundCorners
|
C# | |
---|
bool RoundCorners {get; set;} |
C++/CLI | |
---|
property bool RoundCorners {
bool get();
void set (bool value);
} |
See Also