Click or drag to resize

ExtensionGetCostingType Method

Gets the costing type for the specified costing object.

Namespace:  CADSharpTools.SOLIDWORKS.Costing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static ExtensionCostingType GetCostingType(
	this CostAnalysis swCostingAnalysis
)

Parameters

swCostingAnalysis
Type: CostAnalysis
Costing object.

Return Value

Type: ExtensionCostingType
Costing type as defined in ExtensionCostingType

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CostAnalysis. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also