Library | Package Java Toolkit

Interface DualDimensionInstructions

package com.ptc.wfc.wfcDimension;

public interface DualDimensionInstructions
  extends jxobject



Description





Method Summary
intGetDimensionDecimals ()
    Get method for attribute "DimensionDecimals"
    Specifies number of significant digits for secondary dimension; has to be non-negative.
DualDimensionDisplayTypeGetDualDimDisplayType ()
    Get method for attribute "DualDimDisplayType"
    Specifies how to display primary and secondary dimension. This argument is reserved for future use.
StringGetSecondaryUnitName ()
    Get method for attribute "SecondaryUnitName"
    Specifies name of the secondary dimension unit. This argument is reserved for future use.
intGetToleranceDecimals ()
    Get method for attribute "ToleranceDecimals"
    Specifies number of significant digits for tolerance; has to be non-negative.
voidSetDimensionDecimals (int value)
    Set method for attribute "DimensionDecimals"
    Specifies number of significant digits for secondary dimension; has to be non-negative.
voidSetDualDimDisplayType (DualDimensionDisplayType value)
    Set method for attribute "DualDimDisplayType"
    Specifies how to display primary and secondary dimension. This argument is reserved for future use.
voidSetSecondaryUnitName (String value)
    Set method for attribute "SecondaryUnitName"
    Specifies name of the secondary dimension unit. This argument is reserved for future use.
voidSetToleranceDecimals (int value)
    Set method for attribute "ToleranceDecimals"
    Specifies number of significant digits for tolerance; has to be non-negative.

Method Detail

GetDualDimDisplayType/SetDualDimDisplayType

DualDimensionDisplayTypeGetDualDimDisplayType ()
voidSetDualDimDisplayType (DualDimensionDisplayType value)


    Specifies how to display primary and secondary dimension. This argument is reserved for future use.



GetSecondaryUnitName/SetSecondaryUnitName

StringGetSecondaryUnitName ()
voidSetSecondaryUnitName (String value)


    Specifies name of the secondary dimension unit. This argument is reserved for future use.



GetDimensionDecimals/SetDimensionDecimals

intGetDimensionDecimals ()
voidSetDimensionDecimals (int value)


    Specifies number of significant digits for secondary dimension; has to be non-negative.



GetToleranceDecimals/SetToleranceDecimals

intGetToleranceDecimals ()
voidSetToleranceDecimals (int value)


    Specifies number of significant digits for tolerance; has to be non-negative.