Gets the name of the currency from the Costing template for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property CurrencyName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysis
Dim value As System.String
value = instance.CurrencyName |
C# | |
---|
System.string CurrencyName {get;} |
C++/CLI | |
---|
property System.String^ CurrencyName {
System.String^ get();
} |
Property Value
Name of currency
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0