API Documentation > Interfaces > Interface DualDimensionInstructions
Interface DualDimensionInstructions

package com.ptc.wfc.wfcDimension;

public interface
DualDimensionInstructions
extends
jxobject


Description
Method Summary
int
Get method for attribute "DimensionDecimals"
Specifies number of significant digits for secondary dimension; has to be non-negative.
Get method for attribute "DualDimDisplayType"
Specifies how to display primary and secondary dimension. This argument is reserved for future use.
String
Get method for attribute "SecondaryUnitName"
Specifies name of the secondary dimension unit. This argument is reserved for future use.
int
Get method for attribute "ToleranceDecimals"
Specifies number of significant digits for tolerance; has to be non-negative.
void
Set method for attribute "DimensionDecimals"
Specifies number of significant digits for secondary dimension; has to be non-negative.
void
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
Set method for attribute "ToleranceDecimals"
Specifies number of significant digits for tolerance; has to be non-negative.
Method Detail
GetDualDimDisplayType
GetDualDimDisplayType
()
SetDualDimDisplayType
void
SetDualDimDisplayType
Specifies how to display primary and secondary dimension. This argument is reserved for future use.
GetSecondaryUnitName
String
GetSecondaryUnitName
()
SetSecondaryUnitName
void
SetSecondaryUnitName
(String value)
Specifies name of the secondary dimension unit. This argument is reserved for future use.
GetDimensionDecimals
int
GetDimensionDecimals
()
SetDimensionDecimals
void
SetDimensionDecimals
(int value)
Specifies number of significant digits for secondary dimension; has to be non-negative.
GetToleranceDecimals
int
GetToleranceDecimals
()
SetToleranceDecimals
void
SetToleranceDecimals
(int value)
Specifies number of significant digits for tolerance; has to be non-negative.
Was this helpful?