Gets the first Costing feature in the CostingManager in this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFirstCostFeature() As CostFeature |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysis
Dim value As CostFeature
value = instance.GetFirstCostFeature() |
C# | |
---|
CostFeature GetFirstCostFeature() |
C++/CLI | |
---|
CostFeature^ GetFirstCostFeature(); |
Return Value
First
Costing feature or null if no Costing features exist
Example
See Also
Availability
SOLIDWORKS Costing API 2013 SP0