SvgPlottingUtilGetSystemValue Method

Return the real-world system value of the specified property, in mm.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static float GetSystemValue(
	SvgImageItem svg,
	HtmlNodeItem node,
	string propertyName
)

Parameters

svg  SvgImageItem
Reference to the SVG image being worked on.
node  HtmlNodeItem
Reference to the node to be inspected.
propertyName  String
Name of the property to read.

Return Value

Single
Value of the specified property, in mm, if found. Otherwise, 0.

See Also