ModelTransformationCurrentValue Property |
Gets or sets the current value of the transformation. The current value of the transformation will be reflected in the geometry of the
ModelPrimitive that
it is associated with.
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 CurrentValue { get; set; }
Public Property CurrentValue As Double
Get
Set
public:
property double CurrentValue {
double get ();
void set (double value);
}
member CurrentValue : float with get, set
Property Value
Type:
DoubleSee Also