ModelTransformationDefaultValue Property |
Gets the default value of the transformation. The
CurrentValue property of the transformation will
have this value when the
ModelPrimitive is initialized.
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 DefaultValue { get; }
Public ReadOnly Property DefaultValue As Double
Get
public:
property double DefaultValue {
double get ();
}
member DefaultValue : float with get
Property Value
Type:
DoubleSee Also