gets or sets whether to override the K-factor value specified in the gauge table for this base flange feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OverrideKFactor As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBaseFlangeFeatureData
Dim value As Boolean
instance.OverrideKFactor = value
value = instance.OverrideKFactor
|
C# | |
---|
bool OverrideKFactor {get; set;} |
C++/CLI | |
---|
property bool OverrideKFactor {
bool get();
void set (bool value);
} |
Return Value
True to override the K-factor value, false to not
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0