Gets or sets whether to close this loft feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Close As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILoftFeatureData
Dim value As Boolean
instance.Close = value
value = instance.Close
|
C# | |
---|
bool Close {get; set;} |
C++/CLI | |
---|
property bool Close {
bool get();
void set (bool value);
} |
Return Value
True for closed loft features, false for open
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0