Gets or sets whether to use an Excel gauge table for this swept flange feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseGaugeTable As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISweptFlangeFeatureData
Dim value As System.Boolean
instance.UseGaugeTable = value
value = instance.UseGaugeTable |
C# | |
---|
System.bool UseGaugeTable {get; set;} |
C++/CLI | |
---|
property System.bool UseGaugeTable {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to use an Excel gauge table, false to not
Example
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29