CommunicationLinkCollectionDefaultInertialFrame Property |
Gets or sets the default inertial frame in which the light path is modeled
for new
LinkSpeedOfLight instances created by the collection.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame DefaultInertialFrame { get; set; }
Public Property DefaultInertialFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ DefaultInertialFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member DefaultInertialFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameSee Also