Gets the DimXpert features at both closed ends of this DimXpert compound closed slot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEndFeatures( _
ByRef End1 As SwDMDimXpertFeature, _
ByRef End2 As SwDMDimXpertFeature _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertCompoundClosedSlot3dFeature
Dim End1 As SwDMDimXpertFeature
Dim End2 As SwDMDimXpertFeature
Dim value As Boolean
value = instance.GetEndFeatures(End1, End2)
|
C# | |
---|
bool GetEndFeatures(
out SwDMDimXpertFeature End1,
out SwDMDimXpertFeature End2
) |
C++/CLI | |
---|
bool GetEndFeatures(
& [Out] SwDMDimXpertFeature^ End1,
& [Out] SwDMDimXpertFeature^ End2
) |
Parameters
- End1
- ISwDMDimXpertFeature
- End2
- ISwDMDimXpertFeature
Return Value
True if method call is successful; false otherwise
Example
See the examples on the interface page.
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0