Search
MeasureUnit.fromId Method (GraphicsUnit)
See Also
 

Returns a MeasureUnit from its integer identifier.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static MeasureUnit fromId (
    GraphicsUnit id
)

 Parameters

id

The identifier of one of the built-in measure units.

 Return Value

The built-in MeasureUnit corresponding to the specified identifier.

 See Also