Gets the paths and filenames of the Costing templates available for the specified type of Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTemplatePathnames( _
ByVal CostingType As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICostManager
Dim CostingType As System.Integer
Dim value As System.Object
value = instance.GetTemplatePathnames(CostingType) |
C# | |
---|
System.object GetTemplatePathnames(
System.int CostingType
) |
C++/CLI | |
---|
System.Object^ GetTemplatePathnames(
& System.int CostingType
) |
Parameters
- CostingType
- Type of Costing analysis as defined in swcCostingType_e
Return Value
Array of strings of the paths and filenames of the Costing templates available for CostingType
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0