Gets or sets the amount of fuel required to assemble this assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AssemblyProcessAmount As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityAssemblyProcess
Dim value As System.Object
instance.AssemblyProcessAmount = value
value = instance.AssemblyProcessAmount |
C# | |
---|
System.object AssemblyProcessAmount {get; set;} |
C++/CLI | |
---|
property System.Object^ AssemblyProcessAmount {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array containing the amounts of electricity and natural gas required to assemble this assembly; valid only if
ISustainabilityAssemblyProcess::EnergyForAssemblyProcess is true
Example
See Also
Availability
SolidWorks Sustainability API 2013 SP0