Gets or sets the end condition in the specified direction for this core feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EndCondition( _
ByVal Index As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICoreFeatureData
Dim Index As Integer
Dim value As Integer
instance.EndCondition(Index) = value
value = instance.EndCondition(Index)
|
C# | |
---|
int EndCondition(
int Index
) {get; set;} |
C++/CLI | |
---|
property int EndCondition {
int get(int Index);
void set (int Index, int value);
} |
Parameters
- Index
- Direction of end conditions as defined in swCoreFeatureDirection_e
Return Value
Type of end conditions as defined in
swEndConditions_e (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0