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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double DefaultValue { get; }Public ReadOnly Property DefaultValue As Double
	Get
public:
property double DefaultValue {
	double get ();
}member DefaultValue : float with get
Property Value
Type: 
Double
See Also