Sets the path and file name of the default Costing template for the specified type of Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetTemplateName( _
ByVal CostingType As System.Integer, _
ByVal TemplateName As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICostingDefaults
Dim CostingType As System.Integer
Dim TemplateName As System.String
instance.SetTemplateName(CostingType, TemplateName) |
Parameters
- CostingType
- Type of Costing analysis as defined in swcCostingType_e
- TemplateName
- Path and file name of the default Costing template
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0