API Documentation > Interfaces > Interface ModelUnits
Interface ModelUnits

package com.ptc.pfc.pfcBase;

public interface
ModelUnits
extends
jxobject


Description
This interface represents a type of units (length, mass, or other units).
Direct Known Subclasses:
User Guide References:
Method Summary
/*cipOptional*/ String
Get method for attribute "UnitName"
The name of the units.
Returns the type of units described by the data object.
void
SetUnitName ( /*cipOptional*/ String value)
Set method for attribute "UnitName"
The name of the units.
Method Detail
GetUnitType
GetUnitType
()
Returns the type of units described by the data object.
Returns:
The type of units (length, mass, or custom).
GetUnitName
/*cipOptional*/ String
GetUnitName
()
SetUnitName
void
SetUnitName
( /*cipOptional*/ String value)
The name of the units.
Was this helpful?