CommunicationLinkCollectionDefaultAccessConstraints Property |
Gets the default access constraints list.
The DefaultAccessConstraints collection contains a
CentralBodyObstructionConstraint, using the
Earth as a central body by default. The CentralBodyObstruction constraint causes the wireless link to be
unavailable when the signal's path intersects the Earth's ellipsoid.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AccessConstraintCollection DefaultAccessConstraints { get; }
Public ReadOnly Property DefaultAccessConstraints As AccessConstraintCollection
Get
public:
property AccessConstraintCollection^ DefaultAccessConstraints {
AccessConstraintCollection^ get ();
}
member DefaultAccessConstraints : AccessConstraintCollection with get
Property Value
Type:
AccessConstraintCollectionSee Also