Gets or sets whether the end are capped on this core feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CapEnds As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICoreFeatureData
Dim value As Boolean
instance.CapEnds = value
value = instance.CapEnds
|
C# | |
---|
bool CapEnds {get; set;} |
C++/CLI | |
---|
property bool CapEnds {
bool get();
void set (bool value);
} |
Return Value
True if ends are capped, false if not
Example
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0