Sets the total cost (setup and operation) of a custom operation for this Costing body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub AssignCustomCost( _
ByVal fCost As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICostBody
Dim fCost As System.Double
instance.AssignCustomCost(fCost) |
C# | |
---|
void AssignCustomCost(
System.double fCost
) |
C++/CLI | |
---|
void AssignCustomCost(
& System.double fCost
) |
Parameters
- fCost
- Total cost (setup and operation) of a custom operation
See Also
Availability
SOLIDWORKS Costing API 2013 SP0