Gets the next Costing child feature from the owner of this Costing child feature in the CostingManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNextSubFeature() As CostFeature |
Visual Basic (Usage) | |
---|
Dim instance As ICostFeature
Dim value As CostFeature
value = instance.GetNextSubFeature() |
C# | |
---|
CostFeature GetNextSubFeature() |
C++/CLI | |
---|
CostFeature^ GetNextSubFeature(); |
Return Value
Next
Costing child feature of this Costing feature or null if no more Costing children features for this Costing feature exist
See Also
Availability
SOLIDWORKS Costing API 2013 SP0