|
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)
Syntaxpublic static ExtensionCostingType GetCostingType(
this CostAnalysis swCostingAnalysis
)
<ExtensionAttribute>
Public Shared Function GetCostingType (
swCostingAnalysis As CostAnalysis
) As ExtensionCostingType
Parameters
- swCostingAnalysis
- Type: CostAnalysis
Costing object.
Return Value
Type:
ExtensionCostingTypeCosting type as defined in
ExtensionCostingTypeUsage 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