Creates a new Costing analysis for this Costing body using the specified Costing template.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCostAnalysis( _
ByVal TemplatePath As System.String _
) As CostAnalysis |
Visual Basic (Usage) | |
---|
Dim instance As ICostBody
Dim TemplatePath As System.String
Dim value As CostAnalysis
value = instance.CreateCostAnalysis(TemplatePath) |
C# | |
---|
CostAnalysis CreateCostAnalysis(
System.string TemplatePath
) |
C++/CLI | |
---|
CostAnalysis^ CreateCostAnalysis(
& System.String^ TemplatePath
) |
Parameters
- TemplatePath
- Path and filename of the Costing template
Return Value
New
Cost analysis
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0