Gets or sets the amount of energy used over the life span of this assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AssemblyUseAmount As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityAssemblyUse
Dim value As System.Object
instance.AssemblyUseAmount = value
value = instance.AssemblyUseAmount |
C# | |
---|
System.object AssemblyUseAmount {get; set;} |
C++/CLI | |
---|
property System.Object^ AssemblyUseAmount {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array containing the amounts of electricity, natural gas, diesel, gasoline, and light fuel oil used over the life span of the assembly; valid only if
ISustainabilityAssemblyUse::EnergyOverLifeSpan is true
Example
See Also
Availability
SOLIDWORKS Sustainability API 2013 SP0