API Documentation > Interfaces > Interface LengthUnits
Interface LengthUnits

package com.ptc.pfc.pfcBase;

public interface
LengthUnits
extends
com.ptc.pfc.pfcBase.ModelUnits


Description
This interface represents units of length.
Methods Inherited from Interface com.ptc.pfc.pfcBase.ModelUnits :
Method Summary
Returns the type of length units in the data object.
Method Detail
GetType
GetType
()
Returns the type of length units in the data object.
Returns:
The length unit type.
Was this helpful?