VectorApparentDisplacement.InertialFrame Property |
Gets or sets the inertial frame in which the light path is modeled.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ReferenceFrame InertialFrame { get; set; }
Public Property InertialFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ InertialFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member InertialFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrame
See Also