| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetDimensionDecimals
()
Get method for attribute "DimensionDecimals" Specifies number of significant digits for secondary dimension; has to be non-negative. |
| DualDimensionDisplayType | GetDualDimDisplayType
()
Get method for attribute "DualDimDisplayType" Specifies how to display primary and secondary dimension. This argument is reserved for future use. |
| String | GetSecondaryUnitName
()
Get method for attribute "SecondaryUnitName" Specifies name of the secondary dimension unit. This argument is reserved for future use. |
| int | GetToleranceDecimals
()
Get method for attribute "ToleranceDecimals" Specifies number of significant digits for tolerance; has to be non-negative. |
| void | SetDimensionDecimals
(int value)
Set method for attribute "DimensionDecimals" Specifies number of significant digits for secondary dimension; has to be non-negative. |
| void | SetDualDimDisplayType
(DualDimensionDisplayType value)
Set method for attribute "DualDimDisplayType" Specifies how to display primary and secondary dimension. This argument is reserved for future use. |
| void | SetSecondaryUnitName
(String value)
Set method for attribute "SecondaryUnitName" Specifies name of the secondary dimension unit. This argument is reserved for future use. |
| void | SetToleranceDecimals
(int value)
Set method for attribute "ToleranceDecimals" Specifies number of significant digits for tolerance; has to be non-negative. |
| Method Detail |
|---|
| GetDualDimDisplayType/SetDualDimDisplayType |
|---|
| DualDimensionDisplayType | GetDualDimDisplayType | () |
| void | SetDualDimDisplayType | (DualDimensionDisplayType value) |
| Specifies how to display primary and secondary dimension.
This argument is reserved for future use. |
| GetSecondaryUnitName/SetSecondaryUnitName |
|---|
| String | GetSecondaryUnitName | () |
| void | SetSecondaryUnitName | (String value) |
| Specifies name of the secondary dimension unit.
This argument is reserved for future use. |
| GetDimensionDecimals/SetDimensionDecimals |
|---|
| int | GetDimensionDecimals | () |
| void | SetDimensionDecimals | (int value) |
| Specifies number of significant digits for secondary
dimension; has to be non-negative. |
| GetToleranceDecimals/SetToleranceDecimals |
|---|
| int | GetToleranceDecimals | () |
| void | SetToleranceDecimals | (int value) |
| Specifies number of significant digits for tolerance;
has to be non-negative. |