VectorApparentDisplacementVelocityOfMovingFrame Property  | 
 
            Gets or sets the velocity of the moving frame in which the affect of aberration is to be determined.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorVelocity VelocityOfMovingFrame { get; set; }Public Property VelocityOfMovingFrame As VectorVelocity
	Get
	Set
public:
property VectorVelocity^ VelocityOfMovingFrame {
	VectorVelocity^ get ();
	void set (VectorVelocity^ value);
}member VelocityOfMovingFrame : VectorVelocity with get, set
Property Value
Type: 
VectorVelocity
See Also