PdcMaterial.Units: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Units as pdcUnitKind == Description == Returns the unit == Notes == This property returns the unit property of the current material. The stated table show..." |
No edit summary |
||
Line 10: | Line 10: | ||
'''Parameters - Description'''<br /> | '''Parameters - Description'''<br /> | ||
0 - | 0 - pdcUnitPiece<br /> | ||
1 - | 1 - pdcUnitMeter<br /> | ||
2 - | 2 - pdcUnitKilo<br /> | ||
3 - | 3 - pdcUnitLiter<br /> | ||
4 - | 4 - pdcUnitArea | ||
== Code example == | == Code example == |
Revision as of 08:12, 17 June 2014
Declaration
Units as pdcUnitKind
Description
Returns the unit
Notes
This property returns the unit property of the current material.
The stated table shows the possible unit return types.
Parameters - Description
0 - pdcUnitPiece
1 - pdcUnitMeter
2 - pdcUnitKilo
3 - pdcUnitLiter
4 - pdcUnitArea
Code example
This code example returns the unit for the first material.
dim objCalc
dim objMat
set objCalc = pdc.ActiveCalculation
set objMat = objCalc.MaterialList(0)
msgbox objMat.Unit