Gets or sets the plastic process cycle time in hours for this plastic Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CycleTime As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisPlastic
Dim value As System.Double
instance.CycleTime = value
value = instance.CycleTime |
C# | |
---|
System.double CycleTime {get; set;} |
C++/CLI | |
---|
property System.double CycleTime {
System.double get();
void set ( & System.double value);
} |
Property Value
Plastic process cycle time in hours; valid for use in calculations only if
ICostAnalysisPlastic::CalculationMethod is set to swcMoldCalculationMethod_e.swcMoldCalculationMethod_CycleTime
See Also
Availability
SOLIDWORKS Costing API 2015 SP0