| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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: 
Vector See Also
See Also