Gets or sets whether this simple fillet has a constant width.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ConstantWidth As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleFilletFeatureData2
Dim value As Boolean
instance.ConstantWidth = value
value = instance.ConstantWidth
|
C# | |
---|
bool ConstantWidth {get; set;} |
C++/CLI | |
---|
property bool ConstantWidth {
bool get();
void set (bool value);
} |
Return Value
True if simple fillet has constant width, false if not
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0