Gets or sets the structural material costs for this 3D printing Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StructuralMaterialCost As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysis3dPrinting
Dim value As System.Double
instance.StructuralMaterialCost = value
value = instance.StructuralMaterialCost |
C# | |
---|
System.double StructuralMaterialCost {get; set;} |
C++/CLI | |
---|
property System.double StructuralMaterialCost {
System.double get();
void set ( & System.double value);
} |
Property Value
Structural material costs
Example
See Also
Availability
SOLIDWORKS Costing API 2015 SP0