ModelTransformationRange Property |
Gets the value range of the transformation. Equivalent to the difference of the
MaximumValue and
MinimumValue properties.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Range { get; }
Public ReadOnly Property Range As Double
Get
public:
property double Range {
double get ();
}
member Range : float with get
Property Value
Type:
DoubleSee Also