Gets whether an end constraint was applied to this loft feature.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EndConstraintApplyToAll As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILoftFeatureData
Dim value As Boolean
instance.EndConstraintApplyToAll = value
value = instance.EndConstraintApplyToAll
|
C# | |
---|
bool EndConstraintApplyToAll {get; set;} |
C++/CLI | |
---|
property bool EndConstraintApplyToAll {
bool get();
void set (bool value);
} |
Return Value
True if an end constraint was specified, false if not
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0