Gets or sets the time for this Costing feature or operation, including the combined times of Costing child features and operations.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CombinedTime As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostFeature
Dim value As System.Double
instance.CombinedTime = value
value = instance.CombinedTime |
C# | |
---|
System.double CombinedTime {get; set;} |
C++/CLI | |
---|
property System.double CombinedTime {
System.double get();
void set ( & System.double value);
} |
Property Value
Time for this Costing feature or operation, including the combined times of Costing child features and operations
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0