'Declaration Public ReadOnly Property Length As Double
'Usage Dim instance As ImGearARTPolyRuler Dim value As Double value = instance.Length
public double Length {get;}
public: __property double get_Length();
'Declaration Public ReadOnly Property Length As Double
'Usage Dim instance As ImGearARTPolyRuler Dim value As Double value = instance.Length
public double Length {get;}
public: __property double get_Length();
Note: If the AspectKind is ImGearARTAspectKind.Relative, please initialize Resolution prior to using this property, otherwise ImageGear.Core.ImGearException will be thrown. The resolution is necessary for length calculation in Relative mode.