Gets the unit identifier.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int Id { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Id As Integer |
RemarksThis property returns the integer identifier passed to MeasureUnit constructors.
See Also