CommunicationSystemDefaultReferenceVector Property |
Gets or sets the default reference vector used by
ConfigureAntennaTargeting
when automatically orienting links. It is passed as the reference vector to
AxesTargetingLink.
The default value is the Earth's inertial Z-Axis.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector DefaultReferenceVector { get; set; }
Public Property DefaultReferenceVector As Vector
Get
Set
public:
property Vector^ DefaultReferenceVector {
Vector^ get ();
void set (Vector^ value);
}
member DefaultReferenceVector : Vector with get, set
Property Value
Type:
VectorSee Also