Search
MeasureUnit.Id Property
See Also
 





Gets the unit identifier.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int Id { get; }

Visual Basic  Copy Code

Public ReadOnly Property Id As Integer

 Property Value

 Remarks

This property returns the integer identifier passed to MeasureUnit constructors.

 See Also